diff --git a/angular/src/components/export-scope-callout.component.ts b/angular/src/components/export-scope-callout.component.ts index 40154d728c..a20118465e 100644 --- a/angular/src/components/export-scope-callout.component.ts +++ b/angular/src/components/export-scope-callout.component.ts @@ -10,7 +10,7 @@ import { StateService } from "jslib-common/abstractions/state.service"; export class ExportScopeCalloutComponent implements OnInit { @Input() organizationId: string = null; - show: boolean = false; + show = false; scopeConfig: { title: string; description: string; diff --git a/angular/src/pipes/color-password-count.pipe.ts b/angular/src/pipes/color-password-count.pipe.ts index 3c0ec0de92..9890a3408c 100644 --- a/angular/src/pipes/color-password-count.pipe.ts +++ b/angular/src/pipes/color-password-count.pipe.ts @@ -1,4 +1,5 @@ import { Pipe } from "@angular/core"; + import { ColorPasswordPipe } from "./color-password.pipe"; /* diff --git a/angular/src/scss/bwicons/styles/style.scss b/angular/src/scss/bwicons/styles/style.scss index 5c17c3e9b4..e8c05f230c 100644 --- a/angular/src/scss/bwicons/styles/style.scss +++ b/angular/src/scss/bwicons/styles/style.scss @@ -240,7 +240,7 @@ $icons: ( "apple": "\e945", "android": "\e944", "error": "\e981", - "numbered-list": "\e989" + "numbered-list": "\e989", ); @each $name, $glyph in $icons {