Skip to content

Commit

Permalink
refactor(platform-server): handle angular#24571 todos
Browse files Browse the repository at this point in the history
This commit removes the remaining TODO(issue/24571) in platform-server code base.
  • Loading branch information
JeanMeche committed Feb 27, 2023
1 parent 908c253 commit abb9288
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/platform-server/test/integration_spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,6 @@ function createFalseAttributesComponents(standalone: boolean) {
template: 'Works!',
})
class MyChildComponent {
// TODO(issue/24571): remove '!'.
@Input() public attr!: boolean;
}

Expand Down

0 comments on commit abb9288

Please sign in to comment.