Please enable JavaScript.
Coggle requires JavaScript to display documents.
Angular a (Historique (Angular2 (a complete rewrite of the framework, est…
Angular
-
-
The Angular Way
-
-
Uses Typescript for static types(variables, functions, params)
-
-
-
Avantages
If you're trying to communicate with backend ot trying to send or retrieve data from a rest api for example -> Angular comes with each own http library that we can use to communicate with api service
-
Deployment
-
-
Take the contents of the ng7 folder that we just run the http server command and get that uploaded to a web server or web host
What's Angular
Angular is a full featured JS framework created and maintained by Google and isused for building frontend applications
Why use Angular
Organized frontend structure ( Components, Module, Service)
-
All-in-one solution (Routing, HTTP, RJXS library which is reactive extensions, it includes things like Observablle for asynchronous DATA...)
-
MVC-Model, View, Controller design pattern which is a backendpattern but with Angukar we can structure our frontend applications in a similar way
Typescript
a superset of JavaScript -> including every thing Javascript does plus more including static typing and many es6 like features such as classes arrow functions...)
Fantastic CLI
you can generate components, services...
-
-
-
-
-