0.0.6 • Published 1 year ago

noemin-style v0.0.6

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

npm包使用方式

  1. 本次測試版本為angular v.13,請安裝於版本大於等於 v.13之專案。
  2. 本套件和angular Material有相依性,請先安裝angular Materialhttps://v13.material.angular.io/guide/getting-startedng add @angular/material
  3. 執行安裝套件 npm i ui-component-test
  4. 安裝後可引用模組sharedModule
import {sharedModule} from 'ui-component-test';
@NgModule({
  imports: [
    ...
    sharedModule
  ]
 })
  1. 在angular.json引用原angular materail樣式indigo-pink.css & 及模組客制樣式custom-theme.scss
 "styles": [
              "./node_modules/@angular/material/prebuilt-themes/indigo-pink.css",
              "projects/demo/src/styles.scss",
              ...
              "./node_modules/ui-component-test/shared/src/lib/style/custom-theme/custom-theme.scss"
            ]
  1. 引用元件:目前製作好的元件有兩款:
0.0.6

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago

0.0.0

1 year ago