@farris/ui-modal
v0.2.0
Published
| 修改日期 | 修改要点 | | ------------------ | :------------------------------------------- | | 2020 年 3 月 6 日 | 增加fitContent属性,针对提示信息高度不确定时,自适应高度 | | 2021 年 3 月 18日| 增加f-area-response指令处理在弹出窗口内的卡片布局|
Downloads
122
Maintainers
Keywords
Readme
Modal
修改记录
| 修改日期 | 修改要点 | | ------------------ | :------------------------------------------- | | 2020 年 3 月 6 日 | 增加fitContent属性,针对提示信息高度不确定时,自适应高度 | | 2021 年 3 月 18日| 增加f-area-response指令处理在弹出窗口内的卡片布局|
This library was generated with Angular CLI version 7.2.0.
Code scaffolding
Run ng generate component component-name --project modal
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project modal
.
Note: Don't forget to add
--project modal
or else it will be added to the default project in yourangular.json
file.
Build
Run ng build modal
to build the project. The build artifacts will be stored in the dist/
directory.
Publishing
After building your library with ng build modal
, go to the dist folder cd dist/modal
and run npm publish
.
Running unit tests
Run ng test modal
to execute the unit tests via Karma.
Further help
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.