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 was archived by the owner on Jan 6, 2025. It is now read-only.
After that is configured, you can use the Angular Layout attributes in your HTML tags for flex layout:
43
+
```html
44
+
<divfxLayout="row"fxLayoutAlign="space-between">
45
+
</div>
46
+
```
47
+
48
+
Check out [all of the available options](https://github.com/angular/flex-layout/wiki/Declarative-API-Overview) for using Angular Layout in your application.
49
+
19
50
---
20
51
21
52
### Quick Links
@@ -32,7 +63,7 @@ Developers
32
63
*[Builds + Fast Start](https://github.com/angular/flex-layout/wiki/Fast-Starts)
33
64
*[Integration with Angular CLI](https://github.com/angular/flex-layout/wiki/Using-Angular-CLI)
0 commit comments