Skip to content

Commit

Permalink
Angular - Accordion - fix demo in WG (#3193)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanblinov2k17 authored Apr 19, 2024
1 parent bc0a9ad commit d9504f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions JSDemos/Demos/Accordion/Overview/Angular/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ declare var __moduleName: string;

@Component({
selector: 'demo-app',
templateUrl: './app.component.html',
styleUrls: ['./app.component.css'],
templateUrl: 'app.component.html',
styleUrls: ['app.component.css'],
moduleId: __moduleName,
providers: [Service],
preserveWhitespaces: true,
Expand Down

0 comments on commit d9504f3

Please sign in to comment.