By liran bh | 1/4/2017 | JavaScript

Setting up Angular 2 Application

To Create and setup a new Angular 2 application follow these steps:

 

1.install node.js 

2. install angular-cli

npm install -g angular-cli

3. generate a new application 

ng new testapp

4. to run type (in the project root direcoty)

ng serve

5. install bootstrap

npm install bootstrap@next

next go to https://github.com/angular/angular-cli

copy scripts and styles under global library installation to your angular-cli.json file

      "styles": [
        "styles.css",
        "../node_modules/bootstrap/dist/css/bootstrap.css"
      ],
      "scripts": [
        "../node_modules/jquery/dist/jquery.js",
        "../node_modules/tether/dist/js/tether.js",
        "../node_modules/bootstrap/dist/js/bootstrap.js"

      ],

 

{{CommentsModel.TotalCount}} Comments

Your Comment

{{CommentsModel.Message}}

Recent Stories

Top DiscoverSDK Experts

User photo
3355
Ashton Torrence
Web and Windows developer
GUI | Web and 11 more
View Profile
User photo
3220
Mendy Bennett
Experienced with Ad network & Ad servers.
Mobile | Ad Networks and 1 more
View Profile
User photo
3060
Karen Fitzgerald
7 years in Cross-Platform development.
Mobile | Cross Platform Frameworks
View Profile
Show All
X

Compare Products

Select up to three two products to compare by clicking on the compare icon () of each product.

{{compareToolModel.Error}}

Now comparing:

{{product.ProductName | createSubstring:25}} X
Compare Now