Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
mhdatie authored Dec 19, 2016
1 parent ea22a5a commit 651b1e2
Showing 1 changed file with 44 additions and 1 deletion.
45 changes: 44 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,49 @@
# angular2-dash
Angular2 Dashboard - Learning By Example

## Structure (todo)

- Components
- NgModule
- Creating a Component
- Templates and Styles
- View Encapsulation
- NgContent
- String Interpolation
- Property Binding
- Event Binding
- Two-way Binding
- Custom Events
- Template Access
- Component Lifecycle
- Directives
- Attribute Directives
- Structural Directives
- Custom Attribute Directive
- Custom Structural Directive
- Element Interaction (HostListener & HostBinding)
- Directive Property Binding
- Services
- Dependency Injection
- Single Instance vs Multiple Instances
- Using a Service in a Service
- Cross-Component Services
- Routing
- Route Configuration
- Child Routing
- Navigation With Links
- Imperative Routing
- Route Parameters
- Query Parameters
- Fragments
- Redirecting Request
- Route Guards (CanActivate & CanDeactivate)
- Forms
- Template-Driven Approach
- Data-Driven Approach

- incomplete structure

## Installation

Install dependencies by running:
@@ -19,4 +62,4 @@ Accepting pull requests

## License

MIT
MIT

0 comments on commit 651b1e2

Please sign in to comment.