4.1.1 • Published 7 days ago

@folkehelseinstituttet/angular-components v4.1.1

Weekly downloads
-
License
-
Repository
github
Last release
7 days ago

FHI Angular Components

Contains Angular components used by Folkehelseinstituttet, which are based on Fhi.Frontend.Style (@folkehelseinstituttet/style), Bootstrap widgets (@ng-bootstrap) and some other third-party NPM packages.

Dependencies

FHI Angular ComponentsFHI StyleBootstrapNgSelectNgBootstrapAngularNode/NPM
4.x.x65.3.212161718/9 *
3.x.x5.95.3.212161718/9 *
2.x.x5511151618/9 *
1.x.x5510141518/9 *
0.5.x5510141518/9 *
0.4.x5510141518/9 *
0.3.04510141518/9 *
0.2.0459131416/8 *

For more dependencies see peerDependencies in package.json * designsystem.fhi.no uses these Node/NPM versions, older versions may work, but then you're on your own :wink:

Get started

Install

Install with npm: npm install @folkehelseinstituttet/angular-components

Use in your app

After installing the package and all dependencies, add the following code to your app:

// In global css-file (usually style.scss)
@import "./node_modules/@folkehelseinstituttet/angular-components/styles/import/all";
// In a standalone component or a shared module (it's possible to only import components you need)
import { FhiAngularComponentsModule } from '@folkehelseinstituttet/angular-components';
...
  imports: [FhiAngularComponentsModule]
...
<!-- In a template -->
<!-- <fhi-[name-of-component]></fhi-[name-of-component]> -->
<fhi-tree-view-navigation [items]="items"></fhi-tree-view-navigation>

Changelog

You find the changelog here.

Contribute

Read about how to contribute here

Demo

4.1.1

7 days ago

4.1.0

16 days ago

4.0.2

2 months ago

4.0.1

2 months ago

4.0.0

2 months ago

3.1.2

3 months ago

3.1.1

3 months ago

3.1.0

3 months ago

3.0.0

4 months ago

2.0.0

6 months ago

1.1.1

9 months ago

1.1.0

11 months ago

1.0.1

11 months ago

1.0.0

12 months ago

0.3.0

1 year ago

0.5.0

1 year ago

0.4.0

1 year ago

0.2.0

1 year ago

0.1.1

1 year ago

0.0.1

1 year ago