Getting started

How to get started using SEB Angular components

Installation

First, install the npm package using the following:

npm install @sebgroup/ng-components@beta --save
npm install @sebgroup/ng-components@beta --save

These components uses SEB Bootstrap for styling and relies on its styles, fonts, colors and variables. You will need to install the SEB Bootstrap package as well to get it to work.

npm install @sebgroup/bootstrap --save
npm install @sebgroup/bootstrap --save

Then make sure you import SEB Bootstrap in your root styles files:

@import "~@sebgroup/bootstrap/scss/bootstrap";
@import "~@sebgroup/bootstrap/scss/bootstrap";

Technical stack

Angular

Angular

11.2.3
Typescript

Typescript

4.1.5
Bootstrap

SEB Bootstrap

5.3.0