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
I run my angular project's with server side rendering angular and I encountered the following error after running the project. If it worked properly before run with server side rendering.
TypeError: Cannot read property 'off' of undefined
at Select2Component.ngOnDestroy (H:\Workspace\WNode\gateway\node_modules\ng2-select2\ng2-select2.component.js:76:22)
at callProviderLifecycles (H:\Workspace\WNode\gateway\node_modules@angular\core\bundles\core.umd.js:12785:18)
at callElementProvidersLifecycles (H:\Workspace\WNode\gateway\node_modules@angular\core\bundles\core.umd.js:12746:13)
at callLifecycleHooksChildrenFirst (H:\Workspace\WNode\gateway\node_modules@angular\core\bundles\core.umd.js:12729:29)
at destroyView (H:\Workspace\WNode\gateway\node_modules@angular\core\bundles\core.umd.js:14095:5)
at callViewAction (H:\Workspace\WNode\gateway\node_modules@angular\core\bundles\core.umd.js:14246:13)
at execEmbeddedViewsAction (H:\Workspace\WNode\gateway\node_modules@angular\core\bundles\core.umd.js:14184:17)
at destroyView (H:\Workspace\WNode\gateway\node_modules@angular\core\bundles\core.umd.js:14093:5)
at callViewAction (H:\Workspace\WNode\gateway\node_modules@angular\core\bundles\core.umd.js:14246:13)
at execComponentViewsAction (H:\Workspace\WNode\gateway\node_modules@angular\core\bundles\core.umd.js:14158:13)
please fix this error.
The text was updated successfully, but these errors were encountered:
I run my angular project's with server side rendering angular and I encountered the following error after running the project. If it worked properly before run with server side rendering.
please fix this error.
The text was updated successfully, but these errors were encountered: