Skip to content

Commit

Permalink
fix(playground): css file should always be included
Browse files Browse the repository at this point in the history
  • Loading branch information
brandyscarney committed Dec 31, 2024
1 parent acf0966 commit 65d7678
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ import { <%= pascalComponent %> } from '@ionic/angular/standalone';
@Component({
selector: 'app-example',
templateUrl: 'example.component.html',
<% if (css){ -%>
styleUrls: ['./example.component.css'],
<% } -%>
imports: [<%= pascalComponent %>],
})
export class ExampleComponent {}
Expand Down

0 comments on commit 65d7678

Please sign in to comment.