Skip to content

Commit

Permalink
Fix incorrect Angular selectors (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
dinnerhe authored Dec 18, 2023
1 parent 5aa99ac commit dcea146
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Component } from "@angular/core";

@Component({
selector: "app-root",
selector: "app-funny-button",
styleUrls: ["./funny-button.component.css"],
template: `
<button>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Component, ContentChild, TemplateRef } from "@angular/core";

@Component({
selector: "app-root",
selector: "app-funny-button",
styleUrls: ["./funny-button.component.css"],
template: `
<button>
Expand Down

0 comments on commit dcea146

Please sign in to comment.