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 has been archived by the owner on Nov 6, 2024. It is now read-only.
i imported the sidenav and added the example code from your tutorial into my app.component.html file. After that i get an error:
AppComponent.html:12 ERROR TypeError: this.collapseButton.sideNav is not a function
at MzSidenavComponent.push../node_modules/ngx-materialize/fesm5/ngx-materialize.js.MzSidenavComponent.initCollapseButton (ngx-materialize.js:4798)
at MzSidenavComponent.push../node_modules/ngx-materialize/fesm5/ngx-materialize.js.MzSidenavComponent.ngAfterViewInit (ngx-materialize.js:4759)
at callProviderLifecycles (core.js:18937)
at callElementProvidersLifecycles (core.js:18911)
at callLifecycleHooksChildrenFirst (core.js:18901)
at checkAndUpdateView (core.js:19837)
at callViewAction (core.js:20069)
at execComponentViewsAction (core.js:20011)
at checkAndUpdateView (core.js:19834)
at callWithDebugContext (core.js:20722)
I don't know what i've done wrong? Can someone help me?
@aetejeida it works seems to me is the version of the materializer in package.json ->dependencies -> materialize-css.
y had the same vs as @cloudSchulze so i install the older version. npm install materialize-css@0.100.2
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
i imported the sidenav and added the example code from your tutorial into my app.component.html file. After that i get an error:
I don't know what i've done wrong? Can someone help me?
This is my app.module.ts:
This is my angular.json
This is my tsconfig.app.json
And this is my package.json
The text was updated successfully, but these errors were encountered: