/demo-angular

Demo project using Angular with Bootstrap

Primary LanguageTypeScript

Angular Demo

Just a simple angular demo project to show off that you can use angular 1 in a angular 2 way by using components and typescript.

overview

Home

Detail

install

git clone https://github.com/pangeax/demo-angular
cd angular-demo
npm run setup

start

npm run start

project structure

- app
  - components
    - loader        // loading bar
  - config          // configs for routing and textAngular (the rich editor)
  - editNote        // edit page
  - home            // start page
  - managers        // data access layer
  - models          
  - app.ts          // entry point for the app
  - index.tpl.html  
  - vendors.json     
- sass              // stylesheets
- typings           // typescript definition files
- bs-config.js      // config for the lite-server

grunt tasks

// TODO

concepts

// TODO