Wednesday, March 4, 2020

Angular Introduction

Hi Techies,

Welcome to our simple learning platform for angular.

Lets start without wasting time.

Angular is simple, easy to learn and once you learn it a easy to earn with development.
Angular is the current trending technology for developers who are from JAVA, C# , Dot Net.


Angular uses TYPE SCRIPT developed by MICROSOFT and is maintained by GOOGLE. So there is good future for this framework.

Angular is a framework
Angular is a single page application
Angular follows MVC pattern architecture.
Angular has the separation of code files.
 Files are like,

    1) HTML (.html)
    2) CSS (.css)
    3) TYPESCRIPT - (.ts)

Angular has 3 major configuration files

1) Angular.json
2) Typescript.json
3) Package.json

Angular has root folders and files like
1) App folder
2) Src folder
3)  Main.ts
4)  Styles.css


Angular uses CLI , called command line Interface for genrating the files such as, component, modules, services and class.



No comments:

Post a Comment