Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
fixup! refactor: migrate to signal inputs using automated migration
Browse files Browse the repository at this point in the history
Example is not an input due to some lazy instantiation in doc viewer
  • Loading branch information
devversion committed Sep 24, 2024
1 parent 5a89e19 commit ef7ea74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/shared/doc-viewer/header-link.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {Component, input} from '@angular/core';
import {Component} from '@angular/core';
import {Router} from '@angular/router';
import {MatIconModule} from '@angular/material/icon';

Expand Down

0 comments on commit ef7ea74

Please sign in to comment.