Angular

Mind-Map-Angular
Anguar-specific features
- Templates
- Pipes
- Components
- 3rd party components (Ionic)
- Project components
- Import / autoimport
- Bindings
- Property / Attribute / Event
- Css class
- NgClass
- String interpolation
- Directives
- References (variables with # sign)
- Component class
- Decorators
- @ViewChild()
- with alias
- without alias
- @Input()
- with alias
- without alias
- @Output()
- with alias
- without alias
- Fields
- Methods
- NgModule
- Module schema
- Auto-import
Inner features
- Stubs/Indexing
- Perfomance
IDE features
- Related symbol
- Coloring template
- Run/debug configurations
- Refactorings
- Rename component
- Move component
- Inspections
- Debugger
- Go to actions
- Go to component
- Go to template
- Color scheme
- Code generation
- Code snippets
- Angular schematics
- Angular dependency
- Project creation
- Default Run/debug configurations
- Run configuration
- Debug configuration
- Tests configuration
- Additional parameters
379