Skip to content

Commit

Permalink
fixed angular issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tishoyanchev committed Jun 22, 2023
1 parent 8c0fb4b commit 345546f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/stencil-components/angular/src/app/app.component.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
import { Component } from '@angular/core';

@Component({
selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.css']
})
export class AppComponent {
progressValue = 10;
checked = false;
Expand Down
Empty file.
Empty file.
Empty file.

0 comments on commit 345546f

Please sign in to comment.