0.2.2 • Published 4 years ago

@w2wds/angular v0.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Built With Stencil

@w2wds/angular

These are Angular specific building blocks on top of @w2wds/core components.

Using these components

Add this package to your project:

npm install @w2wds/angular --save

Or:

yarn add @w2wds/angular

Import the Way2WebDesignSystemModule module in your app.module.ts:

import { Way2WebDesignSystemModule } from '@w2wds/angular';

@NgModule({
  ...
  imports: [
    Way2WebDesignSystemModule
  ],
  ...
})
export class AppModule {}

Use the component(s) you want in your html:

<way-button href="https://www.way2web.nl">Way2Web</way-button>

CodeSandbox example

An example of this setup: https://codesandbox.io/s/w2wds-angular-example-tvyud

How to release a new version

  • Build the core package
  • Update src/component-library-module.ts.
    • You will need to import all of your components from ./directives/proxies.
    • Then update the DECLARATIONS const array to also list out all of the component names.
  • Run build on this package
  • Publish
0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago