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
**NOTE: The Angular team no longer publishes new releases of this project. Please see [this article](https://medium.com/@caerus.karu/farewell-flex-layout-aaa567023769) for the explanation and next steps.**
8
9
@@ -21,6 +22,7 @@ The **real** power of Flex Layout, however, is its **responsive** engine. The
21
22
different layouts, sizing, visibilities for different viewport sizes and display devices.
22
23
23
24
---
25
+
24
26
### Getting Started
25
27
26
28
Start by installing the ngx-layout library from `npm`
@@ -44,9 +46,9 @@ import { FlexLayoutModule } from '@ngbracket/ngx-layout';
44
46
```
45
47
46
48
After that is configured, you can use the ngx-layout attributes in your HTML tags for flex layout:
Check out [all of the available options](https://github.com/ngbracket/ngx-layout/wiki/Declarative-API-Overview) for using ngx-layout in your application.
@@ -55,51 +57,30 @@ Check out [all of the available options](https://github.com/ngbracket/ngx-layout
0 commit comments