Get Started. It's Free
or sign up with your email address
Angular by Mind Map: Angular

1. IDE features

1.1. Related symbol

1.2. Coloring template

1.3. Run/debug configurations

1.4. Refactorings

1.4.1. Rename component

1.4.2. Move component

1.5. Inspections

1.6. Debugger

1.7. Go to actions

1.7.1. Go to component

1.7.2. Go to template

1.8. Color scheme

1.9. Code generation

1.9.1. Code snippets

1.9.2. Angular schematics

1.9.3. Angular dependency

1.10. Project creation

1.10.1. Default Run/debug configurations

1.10.1.1. Run configuration

1.10.1.2. Debug configuration

1.10.1.3. Tests configuration

1.10.2. Additional parameters

2. Anguar-specific features

2.1. Templates

2.1.1. Pipes

2.1.2. Components

2.1.2.1. 3rd party components (Ionic)

2.1.2.2. Project components

2.1.2.3. Import / autoimport

2.1.3. Bindings

2.1.3.1. Property / Attribute / Event

2.1.3.2. Css class

2.1.3.3. NgClass

2.1.4. String interpolation

2.1.5. Directives

2.1.6. References (variables with # sign)

2.2. Component class

2.2.1. Decorators

2.2.1.1. @ViewChild()

2.2.1.1.1. with alias

2.2.1.1.2. without alias

2.2.1.2. @Input()

2.2.1.2.1. with alias

2.2.1.2.2. without alias

2.2.1.3. @Output()

2.2.1.3.1. with alias

2.2.1.3.2. without alias

2.2.2. Fields

2.2.3. Methods

2.3. NgModule

2.3.1. Module schema

2.3.2. Auto-import

3. Inner features

3.1. Stubs/Indexing

3.2. Perfomance