Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
@folkehelseinstituttet/angular-components
Advanced tools
Contains frontend Angular components used by FHI, based on [Bootstrap widgets (@ng-bootstrap)](https://ng-bootstrap.github.io) and [Fhi.Frontend.Style (@folkehelseinstituttet/style)](https://www.npmjs.com/package/@folkehelseinstituttet/style)
Contains frontend Angular components used by FHI, based on Bootstrap widgets (@ng-bootstrap) and Fhi.Frontend.Style (@folkehelseinstituttet/style)
FHI AngularComponents | FHI Style | Bootstrap | NgSelect | NgBootstrap | Angular | Node/NPM |
---|---|---|---|---|---|---|
1.x.x | 5 | 5 | 10 | 14 | 15 | 18/9 * |
0.5.x | 5 | 5 | 10 | 14 | 15 | 18/9 * |
0.4.x | 5 | 5 | 10 | 14 | 15 | 18/9 * |
0.3.0 | 4 | 5 | 10 | 14 | 15 | 18/9 * |
0.2.0 | 4 | 5 | 9 | 13 | 14 | 16/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:
You find the changelog here.
Read about how to contribute here
Live examples in our demo app: https://designsystem.fhi.no
Repo for demo app: Fhi.Frontend.Demo
Install with npm: npm install @folkehelseinstituttet/angular-components
After installing the package and all dependencies add the following code to you're app:
// In a module
import { FhiAngularComponentsModule } from '@folkehelseinstituttet/angular-components';
...
imports: [FhiAngularComponentsModule]
...
<!-- In a component (.html) -->
<!-- FhiAutosuggest is just one of the available components, and if
only one is needed it is possible to only import that one instead
of FhiAngularComponents -->
<fhi-autosuggest
description="Velg/søk etter bilmerke"
[items]="cars"
label="Biler"
labelForId="biler-1"
notFoundText="Ingen treff"
placeholder="Søk"
[(selectedItem)]="selectedCar">
</fhi-autosuggest>
// In global css-file (usually style.scss)
@import "./node_modules/@folkehelseinstituttet/angular-components/styles/import/all";
FAQs
_Contains Angular components used by Folkehelseinstituttet, which are based on [Fhi.Frontend.Style (@folkehelseinstituttet/style)](https://www.npmjs.com/package/@folkehelseinstituttet/style), [Bootstrap widgets (@ng-bootstrap)](https://ng-bootstrap.github
The npm package @folkehelseinstituttet/angular-components receives a total of 228 weekly downloads. As such, @folkehelseinstituttet/angular-components popularity was classified as not popular.
We found that @folkehelseinstituttet/angular-components demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.