Comments on: Getting Started With Angular Material https://code-maze.com/get-started-angular-material/ Learn. Code. Succeed. Tue, 09 Mar 2021 14:11:49 +0000 hourly 1 https://wordpress.org/?v=6.7.5 By: Marinko https://code-maze.com/get-started-angular-material/#comment-3154 Tue, 09 Mar 2021 14:11:49 +0000 https://code-maze.com/?p=4850#comment-3154 In reply to Mich Drexler.

Hello Mich. Thanks. No, we don’t have such an article. We have a lot of articles combining Angular and Web API but not about Angular clean architecture.

]]>
By: Mich Drexler https://code-maze.com/get-started-angular-material/#comment-3153 Tue, 09 Mar 2021 10:31:27 +0000 https://code-maze.com/?p=4850#comment-3153 Hey, greate article… do also have articles about clean architecture of an angular app or how to build an angular template with clean architecture structure?

]]>
By: David https://code-maze.com/get-started-angular-material/#comment-2456 Mon, 31 Aug 2020 20:14:31 +0000 https://code-maze.com/?p=4850#comment-2456 Instead of ng g component layout --spec false use ng g component layout --skip-tests

Or just use -S when creating the project

]]>
By: Marinko https://code-maze.com/get-started-angular-material/#comment-2457 Mon, 31 Aug 2020 16:16:11 +0000 https://code-maze.com/?p=4850#comment-2457 In reply to David.

Thanks David. I missed that during the series update. Will be fixed.

]]>
By: Exesoft Inc. https://code-maze.com/get-started-angular-material/#comment-2311 Wed, 01 Jul 2020 13:49:38 +0000 https://code-maze.com/?p=4850#comment-2311 I’m getting the following error:
Error: Error on worker #4: Error: No typings declaration can be found for the referenced NgModule class in static withConfig(configOptions,
// tslint:disable-next-line:max-line-length
breakpoints = []) {
return {
ngModule: FlexLayoutModule,
providers: configOptions.serverLoaded ?
[
{ provide: LAYOUT_CONFIG, useValue: Object.assign(Object.assign({}, DEFAULT_CONFIG), configOptions) },
{ provide: BREAKPOINT, useValue: breakpoints, multi: true },
{ provide: SERVER_TOKEN, useValue: true },
] : [
{ provide: LAYOUT_CONFIG, useValue: Object.assign(Object.assign({}, DEFAULT_CONFIG), configOptions) },
{ provide: BREAKPOINT, useValue: breakpoints, multi: true },
]
};
}.

]]>
By: Marinko https://code-maze.com/get-started-angular-material/#comment-1260 Mon, 15 Jul 2019 15:00:04 +0000 https://code-maze.com/?p=4850#comment-1260 In reply to Gediminas Bukauskas.

Yes you are right, but in the moment of creating this series, that command wasn’t that stable. Still, I believe that people should know the bigger picture, to see what they get out of the box. It is similar with angular regular projects, from the version 6 you can choose wether you want to create manualy routing module or CLI to create it for you. But if you know nothing about routing module, this auto system doesn’t help you. So, the same situation is here as well. But thank you for the comment, readers will see the shorter installation version now. Best regards.

]]>
By: Gediminas Bukauskas https://code-maze.com/get-started-angular-material/#comment-1259 Mon, 15 Jul 2019 14:26:54 +0000 https://code-maze.com/?p=4850#comment-1259 Command
>ng add @angular/material
simplifies installation. It installs all material components, browser animation module and icons. Installation process will ask you about hammer.js and preferred theme.

]]>
By: shankar https://code-maze.com/get-started-angular-material/#comment-1068 Sun, 12 May 2019 12:43:06 +0000 https://code-maze.com/?p=4850#comment-1068 Nice one for beginners

]]>
By: Marinko https://code-maze.com/get-started-angular-material/#comment-825 Tue, 19 Mar 2019 11:10:35 +0000 https://code-maze.com/?p=4850#comment-825 In reply to Zura Samkharadze.

Hello Zura. Thank you for reading this article but to be honest I can’t understand, what is your point. This tutorial is tested several times, even I tested it right now, after reading your comment, just to make sure that something didn’t change meanwhile and everything works like a charm. So we would appreciate more detailed explanation of your problem and of course, how did you fix it, because maybe someone else could have the same problem and they can read the solution in the comment section. All the best.

]]>
By: Zura Samkharadze https://code-maze.com/get-started-angular-material/#comment-824 Tue, 19 Mar 2019 10:18:21 +0000 https://code-maze.com/?p=4850#comment-824 after installing the packages it appeared module errors that it couldn’t find current modules, finally i fixed it after trying about an hour….

]]>