Giter VIP home page Giter VIP logo

angular_seven's Introduction

Introduction to Angular and Angular 7+

There's nothing special about Angular that requires us to use nvm. However, we start this lesson by talking about nvm because it's just good to have. Also, some of the projects we may be using later in this class may use older versions of node and for those we may need to use nvm.

  1. get nvm to manage different node versions

  2. use the most recent version of node possible

  3. Install the [Angular cli] (https://cli.angular.io/)

use ng new to create new app. In the image below, we attempt to use the cli in an outdated version of node, then use nvm to switch to the version of node where we installed the angular cli:

Now that you're all set up with the Angular cli and nvm, we're ready to create a new Angular app.

The Angular cli is very similar to create_react_app

Use ng new to create a new Angular app:

  ng new your_app_name

when prompted , say "yes" to Angular router and choose SCSS as your css option.

Use

  ng serve

to run the application from inside of the project's root directory.

When you're up and running, you should see this image:

When everything is up and running, feel free to move on to Unit 1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.