mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-22 16:04:08 +01:00
feat(aio): add a tinyMCE page, update an angular cli to 1.0.1, setup the polyfills
This commit is contained in:
parent
50e68f8780
commit
7ce8d8e1c5
31 changed files with 593 additions and 102 deletions
|
|
@ -26,7 +26,12 @@
|
|||
"scripts": [
|
||||
"../node_modules/jquery/dist/jquery.js",
|
||||
"../node_modules/tether/dist/js/tether.js",
|
||||
"../node_modules/bootstrap/dist/js/bootstrap.js"
|
||||
"../node_modules/bootstrap/dist/js/bootstrap.js",
|
||||
"../node_modules/tinymce/tinymce.js",
|
||||
"../node_modules/tinymce/themes/modern/theme.js",
|
||||
"../node_modules/tinymce/plugins/link/plugin.js",
|
||||
"../node_modules/tinymce/plugins/paste/plugin.js",
|
||||
"../node_modules/tinymce/plugins/table/plugin.js"
|
||||
],
|
||||
"environmentSource": "environments/environment.ts",
|
||||
"environments": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue