ionic3
文章平均质量分 76
羞涩的山菜爷
One-year experienced Web-developer
展开
-
ionic3 customized component
test-buttonComponent.ts import { Component, Input, Output, EventEmmitter } from '@angular/core'; export class ComponentName { @Input() param01: any; // if you want to pass a value from the parent ...原创 2018-09-11 17:18:08 · 440 阅读 · 0 评论 -
Import and Export Customized Components
create a component with the command below ionic g component common-A import CommonModule into component.module.ts import { CommonModule } from '@angular/common'; ... @NgModule({ ...原创 2018-09-11 17:47:03 · 183 阅读 · 0 评论