1.1.0 • Published 1 year ago

@ircc-ca/ds-sdc-angular v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

ds-sdc-angular

UNDER DEVELOPMENT and not ready to be used

This package contains Angular components for the Digital Journey Labs Design System

Getting started

To install the IRCC Digital Journey Labs Design System Angular components, you will need to run the following command using npm:

npm install --save-dev @ircc-ca/ds-sdc-angular

Usage

Package nameDescription
@ircc-ca/ds-sdc-angular/buttonAngular custom button
@ircc-ca/ds-sdc-angular/checkboxAngular custom checkbox
@ircc-ca/ds-sdc-angular/footerAngular custom footer
@ircc-ca/ds-sdc-angular/headerAngular custom header
@ircc-ca/ds-sdc-angular/iconAngular custom icon
@ircc-ca/ds-sdc-angular/linkAngular custom link
@ircc-ca/ds-sdc-angular/radiobuttonAngular custom radio-button

Include the CUSTOM_ELEMENTS_SCHEMA in the modules that use the components.

To use a component, you can import it in the component module from the package:

import { JLButtonModule } from '@ircc-ca/ds-sdc-angular/button';
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';

@NgModule({
    declarations: [
        AppComponent,
    ],
    imports: [
        BrowserModule,
        FormsModule,
        HttpClientModule,
        ReactiveFormsModule,
        JLButtonModule,
        AppRoutingModule,
    ],
    providers: [],
    schemas: [CUSTOM_ELEMENTS_SCHEMA],
    bootstrap: [AppComponent],
})
export class AppModule {}
1.1.0

1 year ago

1.0.0

1 year ago

0.2.7

1 year ago

0.2.6

1 year ago

0.1.12

1 year ago

0.1.10

1 year ago

0.1.9

1 year ago

0.1.7

1 year ago

0.1.5

1 year ago

0.1.2

1 year ago

0.0.44

1 year ago

0.0.42

1 year ago

0.0.47

1 year ago

0.0.45

1 year ago

0.0.43

1 year ago

0.0.38

1 year ago

0.0.36

1 year ago

0.0.34

1 year ago

0.0.32

1 year ago

0.0.29

1 year ago

0.0.26

1 year ago

0.0.22

1 year ago

0.0.21

1 year ago