forked from angular/flex-layout
-
-
Notifications
You must be signed in to change notification settings - Fork 2
NPM Installs
Alessio Bianchini edited this page May 9, 2024
·
2 revisions
npm install --save ng-flex-layout@latest @angular/cdk@latest
For recent fixes and code merges that have not yet been released to NPM, you should install from HEAD.
You can install latest, nightly builds from master/HEAD using:
npm install angular/flex-layout-builds angular/cdk-builds --save
or
yarn add angular/flex-layout-builds angular/cdk-builds --save
Developers may need to first clear their existing
node_modules
directory using:
rm -rf node_modules/
npm install
-
Quick Links
-
Documentation
-
Demos
-
StackBlitz Templates
-
Learning FlexBox
-
History
-
Developer Guides
-
Contributing