Go to file
Chris Veilleux eec9ca9ffb Merge pull request #27 from MycroftAI/ui-theming
Initial theming file definitions
2018-12-20 14:02:35 -06:00
e2e moved backend code to new directory structure 2018-11-02 14:47:13 -05:00
projects Merge pull request #27 from MycroftAI/ui-theming 2018-12-20 14:02:35 -06:00
src added a stylesheet specific to themes 2018-12-13 12:16:17 -06:00
.dockerignore changed dockerfile to take an argument specifying which project to build 2018-11-12 22:24:04 -06:00
.editorconfig Moved marketplace UI into the a new angular workspace that will hold all selene angular projects 2018-10-31 15:42:36 -05:00
.gitignore Moved marketplace UI into the a new angular workspace that will hold all selene angular projects 2018-10-31 15:42:36 -05:00
Dockerfile added step to build the globalnav project before the application 2018-11-14 16:28:02 -06:00
README.md Moved marketplace UI into the a new angular workspace that will hold all selene angular projects 2018-10-31 15:42:36 -05:00
angular.json Merge pull request #27 from MycroftAI/ui-theming 2018-12-20 14:02:35 -06:00
package-lock.json added global navigation library and implemented it in the marketplace 2018-11-08 20:50:54 -06:00
package.json added environment awareness 2018-11-12 20:06:05 -06:00
tsconfig.json added a library application to build a standard 404 (page not found) page 2018-12-20 13:54:15 -06:00
tslint.json Moved marketplace UI into the a new angular workspace that will hold all selene angular projects 2018-10-31 15:42:36 -05:00

README.md

Internet

This project was generated with Angular CLI version 7.0.3.

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|guard|interface|enum|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.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.