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.
Moving Data Between Angular 2 Components
As many people done, we’ve changed our Angular 1 sites to a component model, so we’re already familiar with how components work. Angular 2 is ALL components, and while it is quite similar, it has some interesting structures and some irritating ones.
Typescript Enum with String Values Saves Time
With the number of developers we employ and the level of complexity of our projects, it is sometimes hard for people to remember all the constants and defaults for every object. We generally build Typescript Interfaces that assist in this, but sometimes we need more than just definitions, but actual hard data included. Enum to the rescue…. sort of.
- « Previous Page
- 1
- …
- 11
- 12
- 13
- 14
- 15
- …
- 24
- Next Page »