The exercise of moving an AngularJS project from a pile of links into a nice clean package is easy…. except it really isn’t.
Once you have everything all set up, however, it’s a snap. Webpack makes it easy for us to do this; once it is set up. Here is a very basic setup for webpack, using typescript
Understanding and Implementing Reactive Forms with Angular
There are a lot of examples of Reactive Forms, but not many explainations. In fact, there seem to be more “this or that and why” articles than anyone would ever need. But I find understanding “how” it it works to be a more effective teaching method. I’ve outlined how I’ve come to understand Reactive Forms and that understanding helps me put them together faster and with fewer frustrating errors. Also, I find it’s a lot easier to explain what you are doing in code rather than going back and forth between piles of directives in HTML and related coat-hangers and duct-tape in code.
Angular 2: Understanding of the Index.html structure and purpose.
Angular 2 can be really frustrating to set up, but if you understand the index page, you’ll also understand how all of Angular 2 works. Here’s a break down of the INDEX page, more about how it works and in what order things happen than what each file does.
- 1
- 2
- 3
- 4
- Next Page »