427 comments found.
Hi, i got one 2 errors into sidenav.services.ts
item.hasParent()) and item
path: src/app/core/sidenav
if (item && item.hasParent()) {
currentlyOpen = this.getAllParents(item);
} else if (item) {
currentlyOpen = [item];
}
ERROR 1:
Property ‘hasParent’ does not exist on type ‘number | ((...items: SidenavItem[]) => number) | ((searchElement: SidenavItem, fromIndex?: number…’. Property ‘hasParent’ does not exist on type ‘number’.
ERROR 2: Argument of type ‘number | ((...items: SidenavItem[]) => number) | ((searchElement: SidenavItem, fromIndex?: number…’ is not assignable to parameter of type ‘SidenavItem’. Type ‘number’ is not assignable to type ‘SidenavItem’.
Have you changed anything from the existing code? If yes, what did you change?
Update angular material please is full of bugs is easy to fix but take time!
We have already updated all dependencies to the latest versions! We hope your issues have been resolved. 
Hi, Is it possible to take a look at your project structure, Index.html and main components and module code before purchase? Just some images are OK for us. Best
Simply take a look at our documentation, there’s enough information. 
Waiting for your Important Next Update…. Kindly inform me the schedule.. You offered last weekend
The update was released last monday! 
I’m an angular developer so I’m fairly familiar with angular cli and commands. I downloaded the files, made sure to update my angular cli, ran npm install on the project root, and then tried ng serve. I expect that the project should run perfectly upon first try as I have not modified anything yet. Getting a lot of console errors like this: ERROR in /Users/jorgeramos/Documents/Sites/adpts/src/app/material-components.module.ts (4,93): Module ’”/Users/jorgeramos/Documents/Sites/adpts/node_modules/@angular/material/material”’ has no exported member ‘MdDialogModule’.
alright… i followed rBtLong’s advice and it helped. only difference is that I locked mine as follows: ”@angular/cdk”: “2.0.0-beta.10”, ”@angular/material”: “2.0.0-beta.10”
We worked hard on our last update and will release a new version this weekend with all bugs mentioned here fixed. Hope you enjoy it!
Hello,
I recently got this error message after removing and reinstalling my node_modules folder. Even using the stock download, I get the same error…
ERROR in …/ui/src/app/material-components.module.ts (6, 60): Module ”.../ui/node_modules/@angular/material/material” has no exported member ‘MsSidenavModule’.
I need a fix for this urgently. Thank you for your help.
All the best, Robert
after a couple days, it looks like removing the caret from @angular/cdk 2.0.0-beta8 and angular/material 2.0.0-beta8 worked.
We worked hard on our last update and will release a new version this weekend with all bugs mentioned here fixed. Hope you enjoy it!
Small bug with sidenav component `_routerEventsSubscription` – only emits events on NavigationEnd, so “nextCurrentlyOpenByRoute” event doesn’t fire when visiting a route for the first time (example: http://fury.visurel.com/forms/form-wizard, the sidenav is not open to that route). Might need to also add the nextCurrentlyOpenByRoute to constructor ngOnInit of sidenav component?
This resolves if put into constructor of sidenav component: sidenavService.nextCurrentlyOpenByRoute(router.url);
We worked hard on our last update and will release a new version this weekend with all bugs mentioned here fixed. Hope you enjoy it!
Any eta for the next release? We can’t do ng serve.
We worked hard on our last update and will release a new version this weekend with all bugs mentioned here fixed. Hope you enjoy it!
Kindly FIx Md depreciation issue. Immediately, Very Urgent
https://github.com/angular/material2/blob/master/CHANGELOG.md#deprecation-of-md-prefixWe’re upgrading to the Mat- prefix with the next release! 
Hi,
I am developing my application with your template: Fury – Angular 4 Material Design Admin Template. Could you send me the updated template with the new Angular Material version, please?
thank you in advance Best regards
Hello friends, a client of mine bought this dashboard and I’m having many problems for the inplantation of it. Are there any updates for it?
Everything should work. If you have any specific issues, please let us know. Are you sure you followed the Documentation correctly?
Regards
Will be done with the next release! 
It’s me again 
Do you think update your theme to material 2.0.0-beta.12 ? Thank you very much ! Cant wait your next update 
We’re working on the next release, which will include the update. 
Last question for today
is it possible to separate steps from form wizard in different html file ? Thank you very much 
Yes, definitely, you’ll need a service that keeps the current tab-index and shared it across multiple components (one for each step). 
I don’t if it’s a bug but when I refresh a page, the item into the sidenav is not open by default. On the demo, if I’m on this page ”/tables/simple-table”, and I refresh the page, the sidenav item “Tables” is not open.
For us everything is working, would you mind sending us more detailed information to support@martinsuess.com? We’re sure we can figure this out for you.
Do you have an idea when the next update will be ready ?
Thank you very much
We’re working hard on the update, but can’t promise a fixed date yet. Probably in the course of the next weeks. 
Hi, can you help me? I have this error:
C:\wamp64\www\dasha>ng g component client Error: More than one module matches. Use skip-import option to skip importing the component into the closest module. More than one module matches. Use skip-import option to skip importing the component into the closest module.
C:\wamp64\www\dasha>ng g service shared/client create src/app/shared/client.service.spec.ts (374 bytes) create src/app/shared/client.service.ts (112 bytes)
C:\wamp64\www\dasha>ng serve- NG Live Development Server is listening on localhost:4200, open your browser on http://localhost:4200/ ** Date: 2017-10-14T16:11:15.959Z Hash: b861413928de1e21f398 Time: 6979ms chunk {inline} inline.bundle.js, inline.bundle.js.map (inline) 5.83 kB entry chunk {main} main.bundle.js, main.bundle.js.map (main) 1.06 kB {vendor} initial chunk {polyfills} polyfills.bundle.js, polyfills.bundle.js.map (polyfills) 323 bytes {inline} initial chunk {styles} styles.bundle.js, styles.bundle.js.map (styles) 133 kB {inline} initial chunk {vendor} vendor.bundle.js, vendor.bundle.js.map (vendor) 338 kB initial
ERROR in C:/wamp64/www/dasha/src/app/material-components.module.ts (4,93): Module ’”C:/wamp64/www/dasha/node_modules/@angular/material/material”’ has no exported member ‘MdDialogModule’. ERROR in C:/wamp64/www/dasha/src/app/demo/components/dialogs/dialogs.component.ts (4,10): Module ’”C:/wamp64/www/dasha/node_modules/@angular/material/material”’ has no exported member ‘MdDialogRef’. ERROR in C:/wamp64/www/dasha/src/app/demo/components/snack-bar/snack-bar.component.ts (2,10): Module ’”C:/wamp64/www/dasha/node_modules/@angular/material/material”’ has no exported member ‘MdSnackBar’. ERROR in C:/wamp64/www/dasha/src/app/demo/apps/inbox/inbox-compose/inbox-compose.component.ts (2,9): Module ’”C:/wamp64/www/dasha/node_modules/@angular/material/material”’ has no exported member ‘MdDialogRef’. ERROR in C:/wamp64/www/dasha/src/app/demo/apps/inbox/inbox.component.ts (10,9): Module ’”C:/wamp64/www/dasha/node_modules/@angular/material/material”’ has no exported member ‘MdDialog’. ERROR in C:/wamp64/www/dasha/src/app/demo/apps/inbox/inbox.component.ts (10,19): Module ’”C:/wamp64/www/dasha/node_modules/@angular/material/material”’ has no exported member ‘MdSnackBar’. ERROR in C:/wamp64/www/dasha/src/app/demo/apps/calendar/calendar-edit/calendar-edit.component.ts (2,9): Module ’”C:/wamp64/www/dasha/node_modules/@angular/material/material”’ has no exported member ‘MdDialogRef’. ERROR in C:/wamp64/www/dasha/src/app/demo/apps/calendar/calendar.component.ts (8,9): Module ’”C:/wamp64/www/dasha/node_modules/@angular/material/material”’ has no exported member ‘MdDialog’. ERROR in C:/wamp64/www/dasha/src/app/demo/apps/calendar/calendar.component.ts (8,19): Module ’”C:/wamp64/www/dasha/node_modules/@angular/material/material”’ has no exported member ‘MdSnackBar’. ERROR in C:/wamp64/www/dasha/src/app/core/sidenav/sidenav.service.ts (5,9): Module ’”C:/wamp64/www/dasha/node_modules/@angular/material/material”’ has no exported member ‘MdSnackBar’. ERROR in C:/wamp64/www/dasha/src/app/core/sidenav/sidenav.service.ts (5,21): Module ’”C:/wamp64/www/dasha/node_modules/@angular/material/material”’ has no exported member ‘MdSnackBarConfig’. ERROR in C:/wamp64/www/dasha/src/app/core/sidenav/sidenav.component.ts (8,9): Module ’”C:/wamp64/www/dasha/node_modules/@angular/material/material”’ has no exported member ‘MdSnackBar’. ERROR in C:/wamp64/www/dasha/src/app/core/sidenav/sidenav.component.ts (8,21): Module ’”C:/wamp64/www/dasha/node_modules/@angular/material/material”’ has no exported member ‘MdSnackBarConfig’. ERROR in C:/wamp64/www/dasha/src/app/material-components.module.ts (4,3): Module ’”C:/wamp64/www/dasha/node_modules/@angular/material/material”’ has no exported member ‘MdAutocompleteModule’. ERROR in C:/wamp64/www/dasha/src/app/material-components.module.ts (4,25): Module ’”C:/wamp64/www/dasha/node_modules/@angular/material/material”’ has no exported member ‘MdButtonModule’. ERROR in C:/wamp64/www/dasha/src/app/material-components.module.ts (4,41): Module ’”C:/wamp64/www/dasha/node_modules/@angular/material/material”’ has no exported member ‘MdCardModule’. ERROR in C:/wamp64/www/dasha/src/app/material-components.module.ts (4,55): Module ’”C:/wamp64/www/dasha/node_modules/@angular/material/material”’ has no exported member ‘MdCheckboxModule’. ERROR in C:/wamp64/www/dasha/src/app/material-components.module.ts (4,73): Module ’”C:/wamp64/www/dasha/node_modules/@angular/material/material”’ has no exported member ‘MdDatepickerModule’. ERROR in C:/wamp64/www/dasha/src/app/demo/components/dialogs/dialogs.component.ts (4,23): Module ’”C:/wamp64/www/dasha/node_modules/@angular/material/material”’ has no exported member ‘MdDialog’. ERROR in C:/wamp64/www/dasha/src/app/material-components.module.ts (5,3): Module ’”C:/wamp64/www/dasha/node_modules/@angular/material/material”’ has no exported member ‘MdGridListModule’. ERROR in C:/wamp64/www/dasha/src/app/material-components.module.ts (5,21): Module ’”C:/wamp64/www/dasha/node_modules/@angular/material/material”’ has no exported member ‘MdIconModule’. ERROR in C:/wamp64/www/dasha/src/app/material-components.module.ts (5,35): Module ’”C:/wamp64/www/dasha/node_modules/@angular/material/material”’ has no exported member ‘MdInputModule’. ERROR in C:/wamp64/www/dasha/src/app/material-components.module.ts (5,50): Module ’”C:/wamp64/www/dasha/node_modules/@angular/material/material”’ has no exported member ‘MdListModule’. ERROR in C:/wamp64/www/dasha/src/app/material-components.module.ts (6,3): Module ’”C:/wamp64/www/dasha/node_modules/@angular/material/material”’ has no exported member ‘MdMenuModule’. ERROR in C:/wamp64/www/dasha/src/app/material-components.module.ts (6,17): Module ’”C:/wamp64/www/dasha/node_modules/@angular/material/material”’ has no exported member ‘MdNativeDateModule’. ERROR in C:/wamp64/www/dasha/src/app/material-components.module.ts (6,37): Module ’”C:/wamp64/www/dasha/node_modules/@angular/material/material”’ has no exported member ‘MdProgressBarModule’. ERROR in C:/wamp64/www/dasha/src/app/material-components.module.ts (6,58): Module ’”C:/wamp64/www/dasha/node_modules/@angular/material/material”’ has no exported member ‘MdProgressSpinnerModule’. ERROR in C:/wamp64/www/dasha/src/app/material-components.module.ts (6,83): Module ’”C:/wamp64/www/dasha/node_modules/@angular/material/material”’ has no exported member ‘MdRippleModule’. ERROR in C:/wamp64/www/dasha/src/app/material-components.module.ts (6,99): Module ’”C:/wamp64/www/dasha/node_modules/@angular/material/material”’ has no exported member ‘MdSelectModule’. ERROR in C:/wamp64/www/dasha/src/app/material-components.module.ts (7,3): Module ’”C:/wamp64/www/dasha/node_modules/@angular/material/material”’ has no exported member ‘MdSidenavModule’. ERROR in C:/wamp64/www/dasha/src/app/material-components.module.ts (8,3): Module ’”C:/wamp64/www/dasha/node_modules/@angular/material/material”’ has no exported member ‘MdSliderModule’. ERROR in C:/wamp64/www/dasha/src/app/material-components.module.ts (9,3): Module ’”C:/wamp64/www/dasha/node_modules/@angular/material/material”’ has no exported member ‘MdSlideToggleModule’. ERROR in C:/wamp64/www/dasha/src/app/material-components.module.ts (9,24): Module ’”C:/wamp64/www/dasha/node_modules/@angular/material/material”’ has no exported member ‘MdSnackBarModule’. ERROR in C:/wamp64/www/dasha/src/app/material-components.module.ts (9,42): Module ’”C:/wamp64/www/dasha/node_modules/@angular/material/material”’ has no exported member ‘MdTabsModule’. ERROR in C:/wamp64/www/dasha/src/app/material-components.module.ts (9,56): Module ’”C:/wamp64/www/dasha/node_modules/@angular/material/material”’ has no exported member ‘MdToolbarModule’. ERROR in C:/wamp64/www/dasha/src/app/material-components.module.ts (9,73): Module ’”C:/wamp64/www/dasha/node_modules/@angular/material/material”’ has no exported member ‘MdTooltipModule’. ERROR in C:/wamp64/www/dasha/src/app/app.module.ts (7,10): Module ’”C:/wamp64/www/dasha/node_modules/@angular/material/material”’ has no exported member ‘MdIconRegistry’.
webpack: Failed to compile.
This is because you upgraded to beta.12 of material2. We’re soon releasing an update that addresses this issue! In the meantime you can change all occurences of Md- to Mat- and it should work. 
Hola, tengo instalado angular4 y nodejs. ¿Cómo instalo la plantilla? No consigo hacerla funcionar.
Please follow the documentation. Everything is documented thoroughly and is easy to use. 
Just installed the Fury template. Couple of comments. First, the documentation on getting started should refer to the specific folders for running the ng g commands. Where it says “navigate in our Angular2-App” ... this should be app\core (and I also ran it in app\demo).
After doing this, got a bunch of webpack compile errors … like “module has no exported member xxx”. The member names all started with “Md”. Googled this and got to the following link: https://github.com/angular/material2/issues/7625. The relevant comment is : The Md* prefixed classes have been renamed to Mat*. Also “If you had something along the lines of ~2.0.0-beta.10 it might’ve updated it for you.” Package.json had version references like that for @angular/material. Solution was to change the version refs for @angular/material and @angular/cdk (a dependency) from “^2.0.0-beta.10” to “2.0.0-beta.10” (remove the ^). Then it compiled and ran.
Greetings, I contacted you yesterday regarding issues at ng serve time. I’ve replaced all occurrences of “Md” with “Mat” (minding case) and it fixed the issue. Best regards,
Yes, this also fixes the issue. Material2 is deprecating the Md- Prefix and is going to a Mat- Prefix. There is a small npm script that can change that for the whole project. We’ll update our template accordingly.