Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@folkehelseinstituttet/angular-components

Package Overview
Dependencies
Maintainers
4
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@folkehelseinstituttet/angular-components

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)

  • 0.4.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
228
decreased by-1.3%
Maintainers
4
Weekly downloads
 
Created
Source

FHI AngularComponents

Contains frontend Angular components used by FHI, based on Bootstrap widgets (@ng-bootstrap) and Fhi.Frontend.Style (@folkehelseinstituttet/style)

Dependencies

FHI AngularComponentsFHI StyleBootstrapNgSelectNgBootstrapAngularNode/NPM
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:

Changelog

You find the changelog here.

Contribute

Read about how to contribute here

Demo and documentation

Live examples in our demo app: https://designsystem.fhi.no

Repo for demo app: Fhi.Frontend.Demo

Get started

Install

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

Add to app

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

Package last updated on 29 Mar 2023

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc