Revert "docs: add testing styles in index.html, remove additional configuration" (#25892)

This reverts commit 621d82a44c9d46f69f3296b302984f5949b8dee8.

PR Close #25892
This commit is contained in:
Brandon Roberts
2018-10-05 14:30:35 -05:00
committed by Jason Aden
parent fbfce79b93
commit 67435d456c
10 changed files with 149 additions and 25 deletions

View File

@ -32,8 +32,6 @@ Currently you will find the next boilerplates:
* systemjs - Currently in deprecation, only used in a a few examples.
* i18n - Based on the CLI one, features a few scripts for i18n.
* universal - Based on the cli with a extra server for universal.
* elements - Based on the CLI, with a custom `tsconfig.json` for changing the `target`
* testing - Based on the CLI, with extra testing styles
There is also a `common` folder that contains files used in all different examples.