cr feedback

This commit is contained in:
Vicki League 2024-04-25 13:50:45 -04:00
parent e465a522a0
commit 9955d3ad86
No known key found for this signature in database
GPG Key ID: 6A900B42463EAC13
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ export class PopupHeaderComponent {
this._showBackButton = coerceBooleanProperty(value);
}
_showBackButton = false;
private _showBackButton = false;
/** Title string that will be inserted as an h1 */
@Input({ required: true }) pageTitle: string;

View File

@ -1,8 +1,8 @@
{
"extends": "../../libs/shared/tsconfig",
"compilerOptions": {
"moduleResolution": "node",
"noImplicitAny": true,
"allowSyntheticDefaultImports": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"module": "ES2020",