1.1.2 • Published 3 years ago

@angular-migration/migrated-components v1.1.2

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

GwtWidgets

This project was generated with Angular CLI version 10.2.0. It contains all GWT Widgets which converted to Angular Material Components.

Project Structure

This project contains one root component called components which involves all converted Widgets of GWT.

Each component keeps the GWT nomination .

How to use a converted component ?

To call a component in your code, you just need to use it's GWT name in cut lower Case.

For example:

SimpleCheckBox widget will be simple-check-box next we add app-simple-check-box for distinction. The selector will be <app-simple-check-box></app-simple-check-box>.

Each component is configured where we can pass data to it, like :

<app-simple-check-box
  [checkBoxAriaDescribedby]="'wahren'"
  [checkBoxAriaLabel]="'wahren'"
  [checkBoxAriaLabelledby]="'wahren'"
  [checkBoxChecked]="true"
  [checkBoxColor]="'warn'"
  [checkBoxDisableRipple]="true"
  [checkBoxDisabled]="false"
  [checkBoxId]="'checkMe'"
  [checkBoxIndeterminate]=""
  [checkBoxLabelPosition]="'after'"
  [checkBoxName]="'helloWorld'"
  [checkBoxRequired]="false"
  [checkBoxValue]="'is'"
></app-simple-check-box>

License

MIT

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago