New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@cdssnc/gcds-components-angular

Package Overview
Dependencies
Maintainers
5
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cdssnc/gcds-components-angular

Angular wrapper for gcds-components

  • 0.9.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
67
increased by179.17%
Maintainers
5
Weekly downloads
 
Created
Source

La version française suit.

GC Design System Components – Angular

GC Design System Components – Angular provides the GC Design System Components within a Angular wrapper to ease integration of the components into Angular apps.

Documentation

You can find the full documentation for GC Design System Components on https://cds-design-snc.netlify.app/.

Installation

Install from npm

npm install @cdssnc/gcds-components @cdssnc/gcds-components-angular

Place the following code in the app.module.ts file of your app.

import { GcdsComponentsModule } from '@cdssnc/gcds-components-angular';

@NgModule({
  declarations: [
    ...
  ],
  imports: [
    ...,
    GcdsComponentsModule
  ],
  providers: [],
  bootstrap: [...]
})
export class AppModule { }

Place the following code in the styles.scss file of your app.

@import '../node_modules/@cdssnc/gcds-components/dist/gcds/gcds.css';

How to contribute

If you are interested in contributing to GC Design System Components, please read our contributing guidelines.

License

Code released under the MIT License.


FAQs

Package last updated on 10 Feb 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