Home

Welcome to My New Programming Blog

  • My First Blog Post

    August 7, 2019 by

    Be yourself; Everyone else is already taken. — Oscar Wilde. This is the first post on my new blog. I’m just getting this new blog going, so stay tuned for more. Subscribe below to get notified when I post new updates.

  • Functionality in Angular

    October 20, 2019 by

    Now that we understand the main components of Angular, lets talk functionality. We will be creating a new component, this one will be for having the date and time appear on a page. Create a new component called date-time (ng generate date-time). Once thats created, go into the date-time.component.ts file and add the following code.… Read more

  • Breaking Down Angular components

    October 20, 2019 by

    So how does Angular work? Whats the structure of Angular? To better show this, lets create a new folder. On the command line (make sure youre in the project directory) type ng generate hello-world. This command will generate a new component for us. Angular automatically creates this folder with these files included once we run… Read more

View all posts

Follow My Blog

Get new content delivered directly to your inbox.

Design a site like this with WordPress.com
Get started