Split App Header into Component
This commit is contained in:
parent
b541353091
commit
917d1c3fab
4 changed files with 30 additions and 14 deletions
13
lib/components/header_component.dart
Normal file
13
lib/components/header_component.dart
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
import 'package:angular/angular.dart';
|
||||
import 'package:angular_components/angular_components.dart';
|
||||
|
||||
@Component(
|
||||
selector: 'app_header',
|
||||
templateUrl: "header_component.html",
|
||||
directives: [coreDirectives, MaterialButtonComponent, MaterialIconComponent, MaterialSliderComponent],
|
||||
providers: [],
|
||||
styleUrls: const ['package:angular_components/app_layout/layout.scss.css'],
|
||||
)
|
||||
class HeaderComponent {
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue