Welcome to My New Programming Blog
-
Featured
My First Blog Post
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
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
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
Follow My Blog
Get new content delivered directly to your inbox.