Skip to content

Commit

Permalink
feat: Add Angular 12 demo component
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Oct 2, 2023
1 parent 1fce20b commit 652a4c3
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import { Component } from '@angular/core';

@Component({
selector: 'app-angular-12-demo',
templateUrl: './angular-12-demo.component.html',
styleUrls: ['./angular-12-demo.component.css']
})
export class Angular12DemoComponent {
// Add any necessary properties and methods to showcase compatibility with Angular 12
}

0 comments on commit 652a4c3

Please sign in to comment.