Skip to content
This repository has been archived by the owner on Jan 23, 2020. It is now read-only.

Completions - Progress Tracker #2

Open
evanplaice opened this issue Feb 22, 2016 · 1 comment
Open

Completions - Progress Tracker #2

evanplaice opened this issue Feb 22, 2016 · 1 comment

Comments

@evanplaice
Copy link
Owner

evanplaice commented Feb 22, 2016

Annotations

Implementation

  • selector
  • inputs
  • outputs
  • providers
  • viewProviders
  • template
  • templateUrl
  • styles
  • styleUrls
  • directives
  • pipes
  • properties
  • host

Documentation

  • selector
  • inputs
  • outputs
  • providers
  • viewProviders
  • template
  • templateUrl
  • styles
  • styleUrls
  • directives
  • pipes
  • properties
  • host

Decorators

Implementation

Documentation

Lifecycle

Implementation

  • constructor()
  • ngOnChanges()
  • ngOnInit()
  • ngDoCheck()
  • ngAfterContentInit()
  • ngAfterContentChecked()
  • ngAfterViewInit()
  • ngAfterViewChecked()
  • ngOnDestroy()

Documentation

  • constructor()
  • ngOnChanges()
  • ngOnInit()
  • ngDoCheck()
  • ngAfterContentInit()
  • ngAfterContentChecked()
  • ngAfterViewInit()
  • ngAfterViewChecked()
  • ngOnDestroy()

Routing

Implementation

  • @CanActivate()
  • routerOnActivate()
  • routerCanReuse()
  • routerOnReuse()
  • routerCanDeactivate()
  • routerOnDeactivate()

Documentation

  • @CanActivate()
  • routerOnActivate()
  • routerCanReuse()
  • routerOnReuse()
  • routerCanDeactivate()
  • routerOnDeactivate()

Directives

Implementation

  • NgClass
  • NgIf
  • NgFor
  • NgForOf
  • NgStyle
  • NgSwitch
  • NgSwitchWhen
  • NgSwitchDefault
  • NgModel
  • NgModelChange

Documentation

  • NgClass
  • NgIf
  • NgFor
  • NgForOf
  • NgStyle
  • NgSwitch
  • NgSwitchWhen
  • NgSwitchDefault
  • NgModel
  • NgModelChange

Pipes

Implementation

  • async
  • currency
  • date
  • decimal
  • json
  • lowercase
  • number
  • percent
  • slice
  • uppercase

Documentation

  • async
  • currency
  • date
  • decimal
  • json
  • lowercase
  • number
  • percent
  • slice
  • uppercase
@evanplaice
Copy link
Owner Author

evanplaice commented May 6, 2016

Consider adding:

  • RouterLink
  • RouterOutlet
  • NgOnSubmit
  • NgFormControl
  • bootstrap snippet

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant