forked from angular/flex-layout
-
-
Notifications
You must be signed in to change notification settings - Fork 2
NPM Installs
Alessio Bianchini edited this page Dec 17, 2025
·
3 revisions
npm install --save ng-flex-layout@latestor:
pnpm add ng-flex-layout@latestFor recent fixes and code merges that have not yet been released to npm, prefer installing from a local build.
From the ng-flex-layout repository:
pnpm install
pnpm run build
cd dist/releases/flex-layout
npm packThen, in your app:
npm install /path/to/ng-flex-layout-<version>.tgzDevelopers may need to first clear their existing
node_modulesdirectory using:
rm -rf node_modules/
npm install-
Quick Links
-
Documentation
-
Demos
-
StackBlitz Templates
-
Learning FlexBox
-
History
-
Developer Guides
-
Contributing