You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 13, 2025. It is now read-only.
This project is a skeleton to use for new angular projects. It works out of the box without changes and contains
20
-
all the boiler plate code to setup a new project. It contains hooks for your production code, unit tests,
21
-
deployment, module loading and much more.
20
+
all the boiler plate code to setup a new project and two example pages. It contains hooks for your production code,
21
+
unit tests, deployment, module loading and much more.
22
22
23
23
The following libraries are used:
24
24
@@ -30,6 +30,7 @@ The following libraries are used:
30
30
*[grunt-targethtml](https://github.com/changer/grunt-targethtml) (filtering of html files for deployment on production servers)
31
31
*[grunt-data-uri](https://github.com/ahomu/grunt-data-uri) Embeds all referenced images in css files in the generated project css file, which is optimized by grunt
32
32
*[karma](http://karma-runner.github.io/) (as a test runner for unit and ui tests)
0 commit comments