Title: How to create components in Angular application walkthrough
In this video we cover the topic of component creation using the Angular application framework. Components are a critical way for a developer to break apart the application logic into smaller and more maintainable sections of code that make it easier to change and unit test. We start the video by validating that our application is passing all of the existing unit tests and then begin the process of creating the smaller components. By the end of the video, this tutorial will guide you through the process of using the Angular CLI generator to create a new component and we will also manually create a sub component that will further assist us in making the application more maintainable.
Github page for this video: https://github.com/clouddeveloperio/c...
Related Video(s):
0016 - Creating a new Angular application with VS Code - • 0016 - Creating a new Angular application ...
0017 - Starting an Angular application and testing basics - • 0017 - Starting an Angular application and...
0018 - Angular + Semantic UI quick start guide - • 0018 - Angular + Semantic UI quick start g...
0019 - Adding jQuery to Angular for Semantic UI guide - • 0019 - Adding jQuery to Angular for Semant...
#angular #angular2 #angularjs #node #nodejs #vscode #semanticui #ux #ui #components