You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: projects/docs/src/app/features/select-page/select-page.component.ts
+7
Original file line number
Diff line number
Diff line change
@@ -114,6 +114,13 @@ export class SelectPageComponent {
114
114
},
115
115
],
116
116
},
117
+
{
118
+
name: 'SelectLabelDirective',
119
+
type: 'directive',
120
+
selector: 'ng-template[appSelectLabel]',
121
+
description:
122
+
'The label of the select, you can use this directive instead of label input, when you need more customization. The template context will be the options array',
0 commit comments