1
0

Merge branch 'main' into theme-name-as-data-attr-7.2

This commit is contained in:
Art Lowel
2022-12-06 17:58:46 +01:00
1674 changed files with 96813 additions and 41075 deletions

View File

@@ -1,3 +1,4 @@
/* eslint-disable max-classes-per-file */
import { ThemedComponent } from './themed.component';
import { Component, NO_ERRORS_SCHEMA } from '@angular/core';
import { ComponentFixture, TestBed, waitForAsync } from '@angular/core/testing';
@@ -7,7 +8,6 @@ import { getMockThemeService } from '../mocks/theme-service.mock';
import { TestComponent } from './test/test.component.spec';
import { ThemeConfig } from '../../../config/theme.model';
/* tslint:disable:max-classes-per-file */
@Component({
selector: 'ds-test-themed-component',
templateUrl: './themed.component.html'
@@ -233,4 +233,3 @@ describe('ThemedComponent', () => {
});
});
});
/* tslint:enable:max-classes-per-file */