Follow the component guide style
The accordion should be open by default
This commit is contained in:
Maurizio Vitale
2017-04-24 14:29:10 +01:00
committed by Mario Romano
parent 93b8d3742f
commit 1d45089125
5 changed files with 18 additions and 18 deletions

View File

@@ -19,7 +19,7 @@ import { Component, Input, OnDestroy } from '@angular/core';
import { AccordionComponent } from './accordion.component';
@Component({
selector: 'accordion-group',
selector: 'adf-accordion-group',
moduleId: module.id,
templateUrl: 'accordion-group.component.html',
styleUrls: ['./accordion-group.component.css']

View File

@@ -19,7 +19,7 @@ import { Component } from '@angular/core';
import { AccordionGroupComponent } from './accordion-group.component';
@Component({
selector: 'accordion',
selector: 'adf-accordion',
template: `
<ng-content></ng-content>
`,