Please enable JavaScript.
Coggle requires JavaScript to display documents.
Angular 4 (core features e commom terms (Typescript (Super set of…
Angular 4
core features e commom terms
componets
sections of UI can be broken up into encapsulated components
database
testing
building tolls
data binding
http module
observables
forms module
http module
directives
pipes
templating
Events
Animation
Typescript
Super set of javascript with added features
created by microsoft
optional static typing
class based object-oriented programming
resembles language like java and C#
Why use it?
Rapid Development & code generation
Code organization & productivity
dynamic content
Cross platform
Unit testing ready