5.1.0 • Published 8 months ago

@folkehelseinstituttet/angular-components v5.1.0

Weekly downloads
-
License
-
Repository
github
Last release
8 months 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
565.3.213171820/10 *
465.3.212161718/9 *
35.95.3.212161718/9 *
25511151618/9 *
15510141518/9 *
0.55510141518/9 *
0.45510141518/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 "@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

5.1.0

8 months ago

4.5.0

8 months ago

5.0.1

9 months ago

5.0.0

9 months ago

4.4.2

9 months ago

4.4.1

10 months ago

4.4.0

10 months ago

4.3.0

1 year ago

4.2.0

1 year ago

4.1.1

1 year ago

4.1.0

1 year ago

4.0.2

1 year ago

4.0.1

1 year ago

4.0.0

1 year ago

3.1.2

1 year ago

3.1.1

1 year ago

3.1.0

1 year ago

3.0.0

1 year ago

2.0.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.3.0

2 years ago

0.5.0

2 years ago

0.4.0

2 years ago

0.2.0

2 years ago

0.1.1

2 years ago

0.0.1

3 years ago