mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 14:01:20 +08:00
chore(components): ngmodule updates
This commit is contained in:
10
src/components/note/note.ts
Normal file
10
src/components/note/note.ts
Normal file
@ -0,0 +1,10 @@
|
||||
import { Directive } from '@angular/core';
|
||||
|
||||
|
||||
/**
|
||||
* @private
|
||||
*/
|
||||
@Directive({
|
||||
selector: 'ion-note'
|
||||
})
|
||||
export class Note {}
|
Reference in New Issue
Block a user