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
It relies on the [Angular Material Library](https://material.angular.io/).
5
+
## Development server
9
6
10
-
## Installing
7
+
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
11
8
12
-
Before installing, make sure to add Angular Material to your project. When using Angular CLI, you can run:
13
-
```
14
-
ng add @angular/material
15
-
```
16
-
For alternative installation refer to the [quick start guide](https://material.angular.io/guide/getting-started).
9
+
## Code scaffolding
17
10
18
-
Using npm, you can install the library with:
19
-
```
20
-
npm install --save ngx-drawer-layout
21
-
```
11
+
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
22
12
23
-
### Enabling Material theming
13
+
##Build
24
14
25
-
If you want to benefit from Material theming, you need to use Angular Material
26
-
with [a custom theme](https://material.angular.io/guide/theming#defining-a-custom-theme).
27
-
Then, you can add theming to the drawer layout like this:
28
-
29
-
```scss
30
-
@import'~@angular/material/theming';
31
-
@import'~ngx-drawer-layout/theming'; // <-- include SASS lib file
15
+
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
0 commit comments