angular2-snippets
angular2-snippets copied to clipboard
Completions - Progress Tracker
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
Consider adding:
- RouterLink
- RouterOutlet
- NgOnSubmit
- NgFormControl
- bootstrap snippet