-
Notifications
You must be signed in to change notification settings - Fork 13
Description
The login page don't load. I applied the changes that you did here:
https://github.com/ramsatt/ng6AdminLTE/blob/master/src/assets/dist/js/pages/dashboard2.js
but, I receive another error from console (from login page):
core.js:1992 ERROR Error: Uncaught (in promise): InvalidCharacterError: Failed to execute 'setAttribute' on 'Element': ')' is not a valid attribute name.
Error: Failed to execute 'setAttribute' on 'Element': ')' is not a valid attribute name.
at EmulatedEncapsulationDomRenderer2.setAttribute (platform-browser.js:1829)
at DebugRenderer2.setAttribute (core.js:14665)
at createElement (core.js:9923)
at createViewNodes (core.js:13056)
at callViewAction (core.js:13549)
at execComponentViewsAction (core.js:13455)
at createViewNodes (core.js:13129)
at createRootView (core.js:12972)
at callWithDebugContext (core.js:14460)
at Object.debugCreateRootView [as createRootView] (core.js:13707)
at EmulatedEncapsulationDomRenderer2.setAttribute (platform-browser.js:1829)
at DebugRenderer2.setAttribute (core.js:14665)
at createElement (core.js:9923)
at createViewNodes (core.js:13056)
at callViewAction (core.js:13549)
at execComponentViewsAction (core.js:13455)
at createViewNodes (core.js:13129)
at createRootView (core.js:12972)
at callWithDebugContext (core.js:14460)
at Object.debugCreateRootView [as createRootView] (core.js:13707)
at resolvePromise (zone.js:814)
at resolvePromise (zone.js:771)
at zone.js:873
at ZoneDelegate.push../node_modules/zone.js/dist/zone.js.ZoneDelegate.invokeTask (zone.js:421)
at Object.onInvokeTask (core.js:4604)
at ZoneDelegate.push../node_modules/zone.js/dist/zone.js.ZoneDelegate.invokeTask (zone.js:420)
at Zone.push../node_modules/zone.js/dist/zone.js.Zone.runTask (zone.js:188)
at drainMicroTaskQueue (zone.js:595)
defaultErrorLogger @ core.js:1992
Any update about this issue?