- prettier code - settings -> formatter -> set prettier code.
- save -> onfocuschange
- auto complete tag
- Auto rename tag
- Color highlight
- path intellisense
- css navigation
- css peak
- HTML CSS Support
- stylelint
- Auto import ES6,TS,JSX,TSX
- JavaScript (ES6) code snippets
- material icon theme
- Better comments
- image preview
- indent rainbow
- json
- rainbow csv
- live preview
- live server
- project manager
- code runner
- vscode pdf
- git history
- git graph
- Directly install from google search
- Angular -> open cmd-> npm install -g @angular/cli@20
- To create new project in terminal -> ng new Projectname
- Profile Card -
- Concepts : string interpolation - {{ name }} - used to display data to app/application.html.
* Play :https://github.com/CoderRahu1/Angular/blob/main/1.profile-card/src/index.html
- Counter -
- Concepts : Event binding to method, adding ng new component counter to app
-
TODO List -
- Concepts : selector from todolist component.ts should be in appcomponent.html Appcomponent.ts should contain import[todolistcomponent]
- Stopwatch
- Concepts - pipe operator
- Guess the Number(Game)
- Concepts - mutiple methods
- Tic Tac Toe Game:
- Concepts - a. Define winning patterns, b. reset game, c. draw game
- Dynamic List Filter:
- Concepts - a. Data Binding, b. Pipe Operator - ng generate pipe filter>name.
- Rock Paper Scissors: