angular2-snippets icon indicating copy to clipboard operation
angular2-snippets copied to clipboard

Completions - Progress Tracker

Open evanplaice opened this issue 10 years ago • 1 comments

Annotations

Implementation

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

Documentation

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

Decorators

Implementation

  • [x] @Inject
  • [x] @Input
  • [x] @Output
  • [x] @Attribute
  • [x] @HostBinding
  • [x] @HostListener
  • [x] @ContentChild
  • [x] @ContentChildren
  • [x] @ViewChild
  • [x] @ViewChildren

Documentation

  • [x] @Inject
  • [x] @Input
  • [x] @Output
  • [x] @Attribute
  • [x] @HostBinding
  • [x] @HostListener
  • [x] @ContentChild
  • [x] @ContentChildren
  • [x] @ViewChild
  • [x] @ViewChildren
  • [x] @Query

Lifecycle

Implementation

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

Documentation

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

Routing

Implementation

  • [x] @CanActivate()
  • [x] routerOnActivate()
  • [x] routerCanReuse()
  • [x] routerOnReuse()
  • [x] routerCanDeactivate()
  • [x] routerOnDeactivate()

Documentation

  • [x] @CanActivate()
  • [x] routerOnActivate()
  • [x] routerCanReuse()
  • [x] routerOnReuse()
  • [x] routerCanDeactivate()
  • [x] routerOnDeactivate()

Directives

Implementation

  • [x] NgClass
  • [x] NgIf
  • [x] NgFor
  • [x] NgForOf
  • [x] NgStyle
  • [x] NgSwitch
  • [x] NgSwitchWhen
  • [x] NgSwitchDefault
  • [x] NgModel
  • [x] NgModelChange

Documentation

  • [x] NgClass
  • [x] NgIf
  • [x] NgFor
  • [x] NgForOf
  • [x] NgStyle
  • [x] NgSwitch
  • [x] NgSwitchWhen
  • [x] NgSwitchDefault
  • [x] NgModel
  • [x] 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 avatar Feb 22 '16 19:02 evanplaice

Consider adding:

  • RouterLink
  • RouterOutlet
  • NgOnSubmit
  • NgFormControl
  • bootstrap snippet

evanplaice avatar May 06 '16 19:05 evanplaice