diff --git a/_templates/playground/new/angular_example_component_ts.md.ejs.t b/_templates/playground/new/angular_example_component_ts.md.ejs.t index dda79001c4..548a45dd57 100644 --- a/_templates/playground/new/angular_example_component_ts.md.ejs.t +++ b/_templates/playground/new/angular_example_component_ts.md.ejs.t @@ -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 {}