/Angular-Fundamental

🅰 Angular Fundamentals

Primary LanguageTypeScript

simplinnovation

🅰 Angular Fundamentals

⭐ Getting Started

  • Install angular-cli package

    $ npm i -g @angular/cli
    
  • Check Angular version

    $ ng --version
    
  • Initialize a new Angular project

    $ ng new yourProjectName
    // routing? yes
    // styling? CSS
    // share data with Google? no
    
  • Running a project

    $ cd yourProjectName
    $ ng serve --open
    

⭐ This project setup

  • Clone this repo & install all dependencies

    $ git clone https://github.com/LintangWisesa/Angular-Fundamental.git
    $ npm install
    
  • Compiles and hot-reloads for development

    $ ng serve --open
    
  • Compiles and minifies for production

    $ ng build
    

Lintang Wisesa 💌 lintangwisesa@ymail.com

Facebook | Twitter | Google+ | Youtube | :octocat: GitHub | Hackster