02ndMar@11AM (Angular)
02ndMar@11AM (Angular)
-----------------------
- "Angular" is the platform released by google for web applications and mobile
applications development.
1) AngularJS
2) Angular2
- AngularJS is used to develop the only web applications with the help of
JavaScript.
- Angular2 used to develop the web applications and mobile applications with
the help of TypeScript.
M - Model
V - View
C - Controller / Component
website : https://nodejs.org/en/download/
file : node-v12.16.1-x64.msi
3) install Angular9
2) node_modules
3) src/app
- this directory helps to deploy our applications.
Ex.
Components
Directives
Services
Pipes
---
---
---
- we must register our applications in "app.module.ts" file.
4) src/app/app.module.ts
5) src/app/app.component.ts
app.component.html
app.component.css
app.component.spec.ts
6) src/assets
Ex.
Logos
XML files
JSON files
---
---
---
7) src/environments