-
-
Notifications
You must be signed in to change notification settings - Fork 15
NPM Installs
Duncan Faulkner edited this page Feb 25, 2023
·
2 revisions
npm install --save @ngbracket/ngx-layout@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 ngbracket/ngx-layout-builds --save
or
yarn add ngbracket/ngx-layout-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