Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Angular Template Angular Template
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 1
    • Issues 1
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • IzeniIzeni
  • Angular TemplateAngular Template
  • Wiki
  • Home

Home · Changes

Page history
continue cleaning up notes authored Aug 29, 2016 by Mikkel Davis's avatar Mikkel Davis
Hide whitespace changes
Inline Side-by-side
home.md
View page @ f3926757
* start up(readme) :rocket:
* index files (modules: https://nodejs.org/api/modules.html#modules_folders_as_modules)
* general structure
* api config
* included services
# Izeni Angular 2 Template
This template uses Webpack, Angular 2, Typescript, Sass. It includes several prebuilt services and some simple components / routes / states. See the other wiki pages listed below for an explanation for each of these.
* [ Webpack](webpack)
* [Angular 2](angular2)
* [TypeScript](typescript)
* [Data Store](data-store)
* [SASS](sass)
* [list of commonly used libraries](useful-libraries)
\ No newline at end of file
* [list of commonly used libraries](useful-libraries)
## Starting up
The ng2 branch repo [README](https://dev.izeni.net/izeni/izeni-angular-template/tree/ng2) has instructions for firing up a new project. Note that you will need Node and npm installed on your system. You will also need to install a few global npm packages: webpack, webpack-dev-server, typescript, typings
## Repo directory structure
* files, runtime commands, structure
* routes and config and structure
* index files (modules: https://nodejs.org/api/modules.html#modules_folders_as_modules)
* general structure
* api config
* included services
### TODO
- js data error handling
- ng2-bootstrap (best we have, for now):
- modal service
- alerts -> toasts
- purpose of bootstrap level service injection
- check on status of production minification / uglification
- make unit tests
- make unit tests and linting a part of CI ?
- explore Angular 2 CLI
\ No newline at end of file
Clone repository
  • angular
  • cookbook forms
  • cookbook routing
  • data store
  • gotchas
  • Home
  • modals
  • sass with bem
  • toolbox
  • typescript
  • webpack