Skip to content

A personal assistant sample application implemented in Angular 4.

Notifications You must be signed in to change notification settings

paucls/personal-assistant-ui-angular

Repository files navigation

Personal Assistant UI - Angular 4+

Build Status

This is a simple pet project application that shows how to implement Angular 4+ apps with unit tests, e2e tests against a stub backend, configuration for deployment in Heroku, etc.

It uses Bootstrap 4 css framework, and components from ng-bootstrap and ngx-toastr projects.

Some of the things that demo the app are:

  • Modular application, defines feature modules to simplify main app.module.
  • Router navigation for routes and child routes.
  • Use of fixture factories based in Rosie + Faker to generate random data for stub backend and unit test purposes.
  • Example of CRUD feature with modals for adding, editing and deleting items and toast notifications.

This project was generated with Angular CLI version 1.0.0.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive/pipe/service/class/module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the -prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor. Before running the tests make sure you are serving the app via ng serve.

Demo

https://paucls-assistant-ngx-bootstrap.herokuapp.com Demo

Version History

Documentation

Links to some of the articles and documentation used to implement this project:

About

A personal assistant sample application implemented in Angular 4.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published