Skip to content
    Categories
    Select Category

    Welcome to Teams Tuesday

    A podcast about mastering the best of what other people have already figured out with M365.

    Teams Tuesday focuses on insights and lessons that never expire. You’ll walk away from every episode with actionable insights that help you get better results and be more productive.

    Back to Home

    Angular – what is it?

    1 min read

    Angular is an open source front-end web application platform led by Google. Angular is a complete rewrite of the AngularJS. Angular empowers developers to build applications that live on the web, mobile, or desktop. Angular can understand the only TypeScript because Angular is itself written in TypeScript. It’s component-based programming.

    The skinny

    Main building blocks of Angular application are:

    a. Modules

    b. Components

    c. Pipes

    d. Service

    Do you want Office 365 training?

    Components define views, which are sets of screen elements that Angular can choose among and modify according to your program logic and data. Every app has at least a root component. Components use services, which provide specific functionality not directly related to views. Service providers can be injected into components as dependencies, making your code modular, reusable, and efficient.

    finish reading this article on a PDF

    Comments are closed.