Skip to content
This repository has been archived by the owner on Sep 25, 2018. It is now read-only.

Latest commit

 

History

History
36 lines (23 loc) · 515 Bytes

STEP.2.md

File metadata and controls

36 lines (23 loc) · 515 Bytes

Add some style

In this part we will add some flavor and CSS with Bootstrap.

Clean up

Remove content on src\app\app.component.css

Install bootstrap

Run in console

npm install ng2-bootstrap bootstrap --save

Add this to solution

In `` in line #21-23

   "styles": [
        "styles.css",
        "../node_modules/bootstrap/dist/css/bootstrap.min.css"
      ],

Run server again

Run in console

npm start

Looks nicer. :)