One repository for multiple projects
-
Created a component that reverses a phrase.
- JS Functions
- event listeners
- bindings
- ng-directives
-
- Post Component
- property bindings
- passing data
- CSS basics for Angular
- CSS grid basics
-
- Pipes | on Pipes | on Pipes |
- name | titleCase
- todaysDate | date: 'MMM dd yy'
- pizza | json
- custom pipes
-
*ngFor
*ngIf
*ngSwitch
[ngClass]
[ngStyles]
- functions in directives
- Custom Directives
- Props Binding / Attribute Directives
-
- the class directive mimics the
[ngClass]
directive
- the class directive mimics the
- Structural Directives
-
- the loop directive mimics the
\*ngFor
directive
- the loop directive mimics the
-
- Basics of Angular Architecture