linting fixes

This commit is contained in:
Sheena Malhotra
2023-05-04 15:34:26 +05:30
parent 031788df64
commit 2f23583acb
4 changed files with 30 additions and 12 deletions
@@ -28,7 +28,7 @@ describe('ResetPasswordComponent', () => {
beforeEach(() => { beforeEach(() => {
TestBed.configureTestingModule({ TestBed.configureTestingModule({
imports: [CoreTestingModule], imports: [CoreTestingModule],
declarations: [ForgotPasswordComponent], declarations: [ForgotPasswordComponent]
}); });
fixture = TestBed.createComponent(ForgotPasswordComponent); fixture = TestBed.createComponent(ForgotPasswordComponent);
@@ -1,9 +1,18 @@
/* /*!
* Copyright © 2005 - 2021 Alfresco Software, Ltd. All rights reserved. * @license
* Copyright 2019 Alfresco Software, Ltd.
* *
* License rights for this program may be obtained from Alfresco Software, Ltd. * Licensed under the Apache License, Version 2.0 (the "License");
* pursuant to a written agreement and any use of this program without such an * you may not use this file except in compliance with the License.
* agreement is prohibited. * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
import { Component, OnInit } from '@angular/core'; import { Component, OnInit } from '@angular/core';
@@ -1,9 +1,18 @@
/* /*!
* Copyright © 2005 - 2021 Alfresco Software, Ltd. All rights reserved. * @license
* Copyright 2019 Alfresco Software, Ltd.
* *
* License rights for this program may be obtained from Alfresco Software, Ltd. * Licensed under the Apache License, Version 2.0 (the "License");
* pursuant to a written agreement and any use of this program without such an * you may not use this file except in compliance with the License.
* agreement is prohibited. * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
import { CommonModule } from '@angular/common'; import { CommonModule } from '@angular/common';