mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 13:01:01 +08:00
chore(templates): import required directives for ionic templates
This commit is contained in:
@ -42,9 +42,10 @@ import { isPresent, isTrueProperty } from '../../util/util';
|
||||
*/
|
||||
@Component({
|
||||
selector: 'ion-segment-button',
|
||||
template:
|
||||
'<ng-content></ng-content>' +
|
||||
'<ion-button-effect></ion-button-effect>',
|
||||
template: `
|
||||
<ng-content></ng-content>
|
||||
<ion-button-effect></ion-button-effect>
|
||||
`,
|
||||
host: {
|
||||
'tappable': '',
|
||||
'class': 'segment-button',
|
||||
|
Reference in New Issue
Block a user