Skip to content

An Angular2 App with Bootstrap4 Navbar and routing using Angular2's Component Router

License

Notifications You must be signed in to change notification settings

hajeka/angular2-bs4-navbar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Angular2 Bootstrap4 Navbar An Angular2 App with Bootstrap4 Navbar and routing using Angular2's Component Router

DEMO ##Steps to use

  1. Fork and clone this repository
  2. Run npm install
  3. Download bootstrap4, Copy bootstrap.min.css in vendor directory at root level (since bootstrap 4 is not yet available on NPM)
  4. Run gulp to start watching html, css and typescript changes
  5. Run npm start to start live-server with reload

##Angular2 Features

  1. Components and Child Components
  2. App Routing and Child Component Routing and linking

##TODO

  • Add Content in DEMO pages
  • Render Nav based on config similar to dynamic-menu
  • Move to SCSS
  • Tests

Copyright and license

The MIT License

Copyright (c) 2015 Sirajuddin Choudhary

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

About

An Angular2 App with Bootstrap4 Navbar and routing using Angular2's Component Router

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 38.3%
  • JavaScript 28.2%
  • HTML 22.2%
  • CSS 11.3%