Skip to content

nccasia/ncc-angular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular 8

  • Angular is a Framework of JavaScript used to build web and mobile applications. Angular 8 is a client-side TypeScript based structure which is used to create dynamic web applications. Its first version was released by Google in 2012 and named as AngularJS. Angular 8 is the updated version of Angular 2.

  • Angular 8 is a great UI (User Interface) library for the developers. Angular is a reusable UI component helps us constructing attractive, consistent, and functional web pages and web application. Angular 8 is a JavaScript framework which makes us able to create an attractive Single Page Applications (SPAs).

  • This repository introduce the structure common about Angular 8. It will be seprated each small lesson with each readme. Please read README for each lesson.

We have 8 lessons for base features:

To install Angular 8, we require the following things:

  • Node.js, npm Link to download: https://nodejs.org
    Check version Node and Npm following command:

    node -v
    npm -v

  • Angular CLI (Command Line Interface)
    To install the Angular CLI, we have to write the following command:

    npm install –g @angular/cli

  • An IDE for writing our code (VS code)
    Link to download: https://code.visualstudio.com

Creating first APP in Angular 8

  • To create the Angular app, we have to write the following command:

    ng new your-app

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published