mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2024-10-30 09:18:46 +00:00
Removed empty "styles" from component decorators
This commit is contained in:
parent
4ec40271c5
commit
d44c004d01
|
@ -10,7 +10,6 @@ import { FuseUtilsService } from '@fuse/services/utils/utils.service';
|
||||||
@Component({
|
@Component({
|
||||||
selector : 'fuse-horizontal-navigation-basic-item',
|
selector : 'fuse-horizontal-navigation-basic-item',
|
||||||
templateUrl : './basic.component.html',
|
templateUrl : './basic.component.html',
|
||||||
styles : [],
|
|
||||||
changeDetection: ChangeDetectionStrategy.OnPush
|
changeDetection: ChangeDetectionStrategy.OnPush
|
||||||
})
|
})
|
||||||
export class FuseHorizontalNavigationBasicItemComponent implements OnInit, OnDestroy
|
export class FuseHorizontalNavigationBasicItemComponent implements OnInit, OnDestroy
|
||||||
|
|
|
@ -10,7 +10,6 @@ import { FuseNavigationItem } from '@fuse/components/navigation/navigation.types
|
||||||
@Component({
|
@Component({
|
||||||
selector : 'fuse-horizontal-navigation-branch-item',
|
selector : 'fuse-horizontal-navigation-branch-item',
|
||||||
templateUrl : './branch.component.html',
|
templateUrl : './branch.component.html',
|
||||||
styles : [],
|
|
||||||
changeDetection: ChangeDetectionStrategy.OnPush
|
changeDetection: ChangeDetectionStrategy.OnPush
|
||||||
})
|
})
|
||||||
export class FuseHorizontalNavigationBranchItemComponent implements OnInit, OnDestroy
|
export class FuseHorizontalNavigationBranchItemComponent implements OnInit, OnDestroy
|
||||||
|
|
|
@ -8,7 +8,6 @@ import { FuseNavigationItem } from '@fuse/components/navigation/navigation.types
|
||||||
@Component({
|
@Component({
|
||||||
selector : 'fuse-horizontal-navigation-divider-item',
|
selector : 'fuse-horizontal-navigation-divider-item',
|
||||||
templateUrl : './divider.component.html',
|
templateUrl : './divider.component.html',
|
||||||
styles : [],
|
|
||||||
changeDetection: ChangeDetectionStrategy.OnPush
|
changeDetection: ChangeDetectionStrategy.OnPush
|
||||||
})
|
})
|
||||||
export class FuseHorizontalNavigationDividerItemComponent implements OnInit, OnDestroy
|
export class FuseHorizontalNavigationDividerItemComponent implements OnInit, OnDestroy
|
||||||
|
|
|
@ -8,7 +8,6 @@ import { FuseNavigationItem } from '@fuse/components/navigation/navigation.types
|
||||||
@Component({
|
@Component({
|
||||||
selector : 'fuse-horizontal-navigation-spacer-item',
|
selector : 'fuse-horizontal-navigation-spacer-item',
|
||||||
templateUrl : './spacer.component.html',
|
templateUrl : './spacer.component.html',
|
||||||
styles : [],
|
|
||||||
changeDetection: ChangeDetectionStrategy.OnPush
|
changeDetection: ChangeDetectionStrategy.OnPush
|
||||||
})
|
})
|
||||||
export class FuseHorizontalNavigationSpacerItemComponent implements OnInit, OnDestroy
|
export class FuseHorizontalNavigationSpacerItemComponent implements OnInit, OnDestroy
|
||||||
|
|
|
@ -10,7 +10,6 @@ import { FuseNavigationItem } from '@fuse/components/navigation/navigation.types
|
||||||
@Component({
|
@Component({
|
||||||
selector : 'fuse-vertical-navigation-aside-item',
|
selector : 'fuse-vertical-navigation-aside-item',
|
||||||
templateUrl : './aside.component.html',
|
templateUrl : './aside.component.html',
|
||||||
styles : [],
|
|
||||||
changeDetection: ChangeDetectionStrategy.OnPush
|
changeDetection: ChangeDetectionStrategy.OnPush
|
||||||
})
|
})
|
||||||
export class FuseVerticalNavigationAsideItemComponent implements OnChanges, OnInit, OnDestroy
|
export class FuseVerticalNavigationAsideItemComponent implements OnChanges, OnInit, OnDestroy
|
||||||
|
|
|
@ -10,7 +10,6 @@ import { FuseUtilsService } from '@fuse/services/utils/utils.service';
|
||||||
@Component({
|
@Component({
|
||||||
selector : 'fuse-vertical-navigation-basic-item',
|
selector : 'fuse-vertical-navigation-basic-item',
|
||||||
templateUrl : './basic.component.html',
|
templateUrl : './basic.component.html',
|
||||||
styles : [],
|
|
||||||
changeDetection: ChangeDetectionStrategy.OnPush
|
changeDetection: ChangeDetectionStrategy.OnPush
|
||||||
})
|
})
|
||||||
export class FuseVerticalNavigationBasicItemComponent implements OnInit, OnDestroy
|
export class FuseVerticalNavigationBasicItemComponent implements OnInit, OnDestroy
|
||||||
|
|
|
@ -11,7 +11,6 @@ import { FuseNavigationItem } from '@fuse/components/navigation/navigation.types
|
||||||
@Component({
|
@Component({
|
||||||
selector : 'fuse-vertical-navigation-collapsable-item',
|
selector : 'fuse-vertical-navigation-collapsable-item',
|
||||||
templateUrl : './collapsable.component.html',
|
templateUrl : './collapsable.component.html',
|
||||||
styles : [],
|
|
||||||
animations : fuseAnimations,
|
animations : fuseAnimations,
|
||||||
changeDetection: ChangeDetectionStrategy.OnPush
|
changeDetection: ChangeDetectionStrategy.OnPush
|
||||||
})
|
})
|
||||||
|
|
|
@ -8,7 +8,6 @@ import { FuseNavigationItem } from '@fuse/components/navigation/navigation.types
|
||||||
@Component({
|
@Component({
|
||||||
selector : 'fuse-vertical-navigation-divider-item',
|
selector : 'fuse-vertical-navigation-divider-item',
|
||||||
templateUrl : './divider.component.html',
|
templateUrl : './divider.component.html',
|
||||||
styles : [],
|
|
||||||
changeDetection: ChangeDetectionStrategy.OnPush
|
changeDetection: ChangeDetectionStrategy.OnPush
|
||||||
})
|
})
|
||||||
export class FuseVerticalNavigationDividerItemComponent implements OnInit, OnDestroy
|
export class FuseVerticalNavigationDividerItemComponent implements OnInit, OnDestroy
|
||||||
|
|
|
@ -9,7 +9,6 @@ import { FuseNavigationItem } from '@fuse/components/navigation/navigation.types
|
||||||
@Component({
|
@Component({
|
||||||
selector : 'fuse-vertical-navigation-group-item',
|
selector : 'fuse-vertical-navigation-group-item',
|
||||||
templateUrl : './group.component.html',
|
templateUrl : './group.component.html',
|
||||||
styles : [],
|
|
||||||
changeDetection: ChangeDetectionStrategy.OnPush
|
changeDetection: ChangeDetectionStrategy.OnPush
|
||||||
})
|
})
|
||||||
export class FuseVerticalNavigationGroupItemComponent implements OnInit, OnDestroy
|
export class FuseVerticalNavigationGroupItemComponent implements OnInit, OnDestroy
|
||||||
|
|
|
@ -8,7 +8,6 @@ import { FuseNavigationItem } from '@fuse/components/navigation/navigation.types
|
||||||
@Component({
|
@Component({
|
||||||
selector : 'fuse-vertical-navigation-spacer-item',
|
selector : 'fuse-vertical-navigation-spacer-item',
|
||||||
templateUrl : './spacer.component.html',
|
templateUrl : './spacer.component.html',
|
||||||
styles : [],
|
|
||||||
changeDetection: ChangeDetectionStrategy.OnPush
|
changeDetection: ChangeDetectionStrategy.OnPush
|
||||||
})
|
})
|
||||||
export class FuseVerticalNavigationSpacerItemComponent implements OnInit, OnDestroy
|
export class FuseVerticalNavigationSpacerItemComponent implements OnInit, OnDestroy
|
||||||
|
|
|
@ -4,7 +4,6 @@ import { ChangeDetectionStrategy, Component } from '@angular/core';
|
||||||
@Component({
|
@Component({
|
||||||
selector : 'changelog',
|
selector : 'changelog',
|
||||||
templateUrl : './changelog.html',
|
templateUrl : './changelog.html',
|
||||||
styles : [''],
|
|
||||||
changeDetection: ChangeDetectionStrategy.OnPush
|
changeDetection: ChangeDetectionStrategy.OnPush
|
||||||
})
|
})
|
||||||
export class ChangelogComponent
|
export class ChangelogComponent
|
||||||
|
|
|
@ -3,8 +3,7 @@ import { GuidesComponent } from 'app/modules/admin/docs/guides/guides.component'
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector : 'jwt',
|
selector : 'jwt',
|
||||||
templateUrl: './jwt.html',
|
templateUrl: './jwt.html'
|
||||||
styles : ['']
|
|
||||||
})
|
})
|
||||||
export class JwtComponent
|
export class JwtComponent
|
||||||
{
|
{
|
||||||
|
|
|
@ -3,8 +3,7 @@ import { GuidesComponent } from 'app/modules/admin/docs/guides/guides.component'
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector : 'component-theming',
|
selector : 'component-theming',
|
||||||
templateUrl: './component-theming.html',
|
templateUrl: './component-theming.html'
|
||||||
styles : ['']
|
|
||||||
})
|
})
|
||||||
export class ComponentThemingComponent
|
export class ComponentThemingComponent
|
||||||
{
|
{
|
||||||
|
|
|
@ -3,8 +3,7 @@ import { GuidesComponent } from 'app/modules/admin/docs/guides/guides.component'
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector : 'multi-language',
|
selector : 'multi-language',
|
||||||
templateUrl: './multi-language.html',
|
templateUrl: './multi-language.html'
|
||||||
styles : ['']
|
|
||||||
})
|
})
|
||||||
export class MultiLanguageCustomizationComponent
|
export class MultiLanguageCustomizationComponent
|
||||||
{
|
{
|
||||||
|
|
|
@ -3,8 +3,7 @@ import { GuidesComponent } from 'app/modules/admin/docs/guides/guides.component'
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector : 'page-layouts',
|
selector : 'page-layouts',
|
||||||
templateUrl: './page-layouts.html',
|
templateUrl: './page-layouts.html'
|
||||||
styles : ['']
|
|
||||||
})
|
})
|
||||||
export class PageLayoutsComponent
|
export class PageLayoutsComponent
|
||||||
{
|
{
|
||||||
|
|
|
@ -3,8 +3,7 @@ import { GuidesComponent } from 'app/modules/admin/docs/guides/guides.component'
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector : 'splash-screen',
|
selector : 'splash-screen',
|
||||||
templateUrl: './splash-screen.html',
|
templateUrl: './splash-screen.html'
|
||||||
styles : ['']
|
|
||||||
})
|
})
|
||||||
export class SplashScreenCustomizationComponent
|
export class SplashScreenCustomizationComponent
|
||||||
{
|
{
|
||||||
|
|
|
@ -3,8 +3,7 @@ import { GuidesComponent } from 'app/modules/admin/docs/guides/guides.component'
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector : 'tailwindcss',
|
selector : 'tailwindcss',
|
||||||
templateUrl: './tailwindcss.html',
|
templateUrl: './tailwindcss.html'
|
||||||
styles : ['']
|
|
||||||
})
|
})
|
||||||
export class TailwindCSSComponent
|
export class TailwindCSSComponent
|
||||||
{
|
{
|
||||||
|
|
|
@ -3,8 +3,7 @@ import { GuidesComponent } from 'app/modules/admin/docs/guides/guides.component'
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector : 'theme-layouts',
|
selector : 'theme-layouts',
|
||||||
templateUrl: './theme-layouts.html',
|
templateUrl: './theme-layouts.html'
|
||||||
styles : ['']
|
|
||||||
})
|
})
|
||||||
export class ThemeLayoutsComponent
|
export class ThemeLayoutsComponent
|
||||||
{
|
{
|
||||||
|
|
|
@ -3,8 +3,7 @@ import { GuidesComponent } from 'app/modules/admin/docs/guides/guides.component'
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector : 'theming',
|
selector : 'theming',
|
||||||
templateUrl: './theming.html',
|
templateUrl: './theming.html'
|
||||||
styles : ['']
|
|
||||||
})
|
})
|
||||||
export class ThemingComponent
|
export class ThemingComponent
|
||||||
{
|
{
|
||||||
|
|
|
@ -3,8 +3,7 @@ import { GuidesComponent } from 'app/modules/admin/docs/guides/guides.component'
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector : 'component-structure',
|
selector : 'component-structure',
|
||||||
templateUrl: './component-structure.html',
|
templateUrl: './component-structure.html'
|
||||||
styles : ['']
|
|
||||||
})
|
})
|
||||||
export class ComponentStructureComponent
|
export class ComponentStructureComponent
|
||||||
{
|
{
|
||||||
|
|
|
@ -3,8 +3,7 @@ import { GuidesComponent } from 'app/modules/admin/docs/guides/guides.component'
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector : 'deployment',
|
selector : 'deployment',
|
||||||
templateUrl: './deployment.html',
|
templateUrl: './deployment.html'
|
||||||
styles : ['']
|
|
||||||
})
|
})
|
||||||
export class DeploymentComponent
|
export class DeploymentComponent
|
||||||
{
|
{
|
||||||
|
|
|
@ -3,8 +3,7 @@ import { GuidesComponent } from 'app/modules/admin/docs/guides/guides.component'
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector : 'starter-kit',
|
selector : 'starter-kit',
|
||||||
templateUrl: './starter-kit.html',
|
templateUrl: './starter-kit.html'
|
||||||
styles : ['']
|
|
||||||
})
|
})
|
||||||
export class StarterKitComponent
|
export class StarterKitComponent
|
||||||
{
|
{
|
||||||
|
|
|
@ -3,8 +3,7 @@ import { GuidesComponent } from 'app/modules/admin/docs/guides/guides.component'
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector : 'updating',
|
selector : 'updating',
|
||||||
templateUrl: './updating.html',
|
templateUrl: './updating.html'
|
||||||
styles : ['']
|
|
||||||
})
|
})
|
||||||
export class UpdatingComponent
|
export class UpdatingComponent
|
||||||
{
|
{
|
||||||
|
|
|
@ -3,8 +3,7 @@ import { GuidesComponent } from 'app/modules/admin/docs/guides/guides.component'
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector : 'installation',
|
selector : 'installation',
|
||||||
templateUrl: './installation.html',
|
templateUrl: './installation.html'
|
||||||
styles : ['']
|
|
||||||
})
|
})
|
||||||
export class InstallationComponent
|
export class InstallationComponent
|
||||||
{
|
{
|
||||||
|
|
|
@ -3,8 +3,7 @@ import { GuidesComponent } from 'app/modules/admin/docs/guides/guides.component'
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector : 'introduction',
|
selector : 'introduction',
|
||||||
templateUrl: './introduction.html',
|
templateUrl: './introduction.html'
|
||||||
styles : ['']
|
|
||||||
})
|
})
|
||||||
export class IntroductionComponent
|
export class IntroductionComponent
|
||||||
{
|
{
|
||||||
|
|
|
@ -3,8 +3,7 @@ import { GuidesComponent } from 'app/modules/admin/docs/guides/guides.component'
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector : 'prerequisites',
|
selector : 'prerequisites',
|
||||||
templateUrl: './prerequisites.html',
|
templateUrl: './prerequisites.html'
|
||||||
styles : ['']
|
|
||||||
})
|
})
|
||||||
export class PrerequisitesComponent
|
export class PrerequisitesComponent
|
||||||
{
|
{
|
||||||
|
|
|
@ -3,8 +3,7 @@ import { GuidesComponent } from 'app/modules/admin/docs/guides/guides.component'
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector : 'serving',
|
selector : 'serving',
|
||||||
templateUrl: './serving.html',
|
templateUrl: './serving.html'
|
||||||
styles : ['']
|
|
||||||
})
|
})
|
||||||
export class ServingComponent
|
export class ServingComponent
|
||||||
{
|
{
|
||||||
|
|
|
@ -3,8 +3,7 @@ import { FuseComponentsComponent } from 'app/modules/admin/ui/fuse-components/fu
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector : 'card',
|
selector : 'card',
|
||||||
templateUrl: './card.component.html',
|
templateUrl: './card.component.html'
|
||||||
styles : ['']
|
|
||||||
})
|
})
|
||||||
export class CardComponent
|
export class CardComponent
|
||||||
{
|
{
|
||||||
|
|
|
@ -3,8 +3,7 @@ import { FuseComponentsComponent } from 'app/modules/admin/ui/fuse-components/fu
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector : 'date-range',
|
selector : 'date-range',
|
||||||
templateUrl: './date-range.component.html',
|
templateUrl: './date-range.component.html'
|
||||||
styles : ['']
|
|
||||||
})
|
})
|
||||||
export class DateRangeComponent
|
export class DateRangeComponent
|
||||||
{
|
{
|
||||||
|
|
|
@ -4,8 +4,7 @@ import { FuseComponentsComponent } from 'app/modules/admin/ui/fuse-components/fu
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector : 'drawer',
|
selector : 'drawer',
|
||||||
templateUrl: './drawer.component.html',
|
templateUrl: './drawer.component.html'
|
||||||
styles : ['']
|
|
||||||
})
|
})
|
||||||
export class DrawerComponent
|
export class DrawerComponent
|
||||||
{
|
{
|
||||||
|
|
|
@ -3,8 +3,7 @@ import { FuseComponentsComponent } from 'app/modules/admin/ui/fuse-components/fu
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector : 'fullscreen',
|
selector : 'fullscreen',
|
||||||
templateUrl: './fullscreen.component.html',
|
templateUrl: './fullscreen.component.html'
|
||||||
styles : ['']
|
|
||||||
})
|
})
|
||||||
export class FullscreenComponent
|
export class FullscreenComponent
|
||||||
{
|
{
|
||||||
|
|
|
@ -3,8 +3,7 @@ import { FuseComponentsComponent } from 'app/modules/admin/ui/fuse-components/fu
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector : 'highlight',
|
selector : 'highlight',
|
||||||
templateUrl: './highlight.component.html',
|
templateUrl: './highlight.component.html'
|
||||||
styles : ['']
|
|
||||||
})
|
})
|
||||||
export class HighlightComponent
|
export class HighlightComponent
|
||||||
{
|
{
|
||||||
|
|
|
@ -6,8 +6,7 @@ import { takeUntil } from 'rxjs/operators';
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector : 'masonry',
|
selector : 'masonry',
|
||||||
templateUrl: './masonry.component.html',
|
templateUrl: './masonry.component.html'
|
||||||
styles : ['']
|
|
||||||
})
|
})
|
||||||
export class MasonryComponent implements OnInit
|
export class MasonryComponent implements OnInit
|
||||||
{
|
{
|
||||||
|
|
|
@ -4,8 +4,7 @@ import { FuseComponentsComponent } from 'app/modules/admin/ui/fuse-components/fu
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector : 'navigation',
|
selector : 'navigation',
|
||||||
templateUrl: './navigation.component.html',
|
templateUrl: './navigation.component.html'
|
||||||
styles : ['']
|
|
||||||
})
|
})
|
||||||
export class NavigationComponent
|
export class NavigationComponent
|
||||||
{
|
{
|
||||||
|
|
|
@ -3,8 +3,7 @@ import { FuseComponentsComponent } from 'app/modules/admin/ui/fuse-components/fu
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector : 'scroll-reset',
|
selector : 'scroll-reset',
|
||||||
templateUrl: './scroll-reset.component.html',
|
templateUrl: './scroll-reset.component.html'
|
||||||
styles : ['']
|
|
||||||
})
|
})
|
||||||
export class ScrollResetComponent
|
export class ScrollResetComponent
|
||||||
{
|
{
|
||||||
|
|
|
@ -3,8 +3,7 @@ import { FuseComponentsComponent } from 'app/modules/admin/ui/fuse-components/fu
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector : 'scrollbar',
|
selector : 'scrollbar',
|
||||||
templateUrl: './scrollbar.component.html',
|
templateUrl: './scrollbar.component.html'
|
||||||
styles : ['']
|
|
||||||
})
|
})
|
||||||
export class ScrollbarComponent
|
export class ScrollbarComponent
|
||||||
{
|
{
|
||||||
|
|
|
@ -3,8 +3,7 @@ import { FuseComponentsComponent } from 'app/modules/admin/ui/fuse-components/fu
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector : 'mock-api',
|
selector : 'mock-api',
|
||||||
templateUrl: './mock-api.component.html',
|
templateUrl: './mock-api.component.html'
|
||||||
styles : ['']
|
|
||||||
})
|
})
|
||||||
export class MockApiComponent
|
export class MockApiComponent
|
||||||
{
|
{
|
||||||
|
|
|
@ -3,8 +3,7 @@ import { FuseComponentsComponent } from 'app/modules/admin/ui/fuse-components/fu
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector : 'find-by-key',
|
selector : 'find-by-key',
|
||||||
templateUrl: './find-by-key.component.html',
|
templateUrl: './find-by-key.component.html'
|
||||||
styles : ['']
|
|
||||||
})
|
})
|
||||||
export class FindByKeyComponent
|
export class FindByKeyComponent
|
||||||
{
|
{
|
||||||
|
|
|
@ -3,8 +3,7 @@ import { FuseComponentsComponent } from 'app/modules/admin/ui/fuse-components/fu
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector : 'config',
|
selector : 'config',
|
||||||
templateUrl: './config.component.html',
|
templateUrl: './config.component.html'
|
||||||
styles : ['']
|
|
||||||
})
|
})
|
||||||
export class ConfigComponent
|
export class ConfigComponent
|
||||||
{
|
{
|
||||||
|
|
|
@ -3,8 +3,7 @@ import { FuseComponentsComponent } from 'app/modules/admin/ui/fuse-components/fu
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector : 'media-watcher',
|
selector : 'media-watcher',
|
||||||
templateUrl: './media-watcher.component.html',
|
templateUrl: './media-watcher.component.html'
|
||||||
styles : ['']
|
|
||||||
})
|
})
|
||||||
export class MediaWatcherComponent
|
export class MediaWatcherComponent
|
||||||
{
|
{
|
||||||
|
|
|
@ -3,8 +3,7 @@ import { FuseComponentsComponent } from 'app/modules/admin/ui/fuse-components/fu
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector : 'splash-screen',
|
selector : 'splash-screen',
|
||||||
templateUrl: './splash-screen.component.html',
|
templateUrl: './splash-screen.component.html'
|
||||||
styles : ['']
|
|
||||||
})
|
})
|
||||||
export class SplashScreenComponent
|
export class SplashScreenComponent
|
||||||
{
|
{
|
||||||
|
|
|
@ -3,8 +3,7 @@ import { FuseComponentsComponent } from 'app/modules/admin/ui/fuse-components/fu
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector : 'must-match',
|
selector : 'must-match',
|
||||||
templateUrl: './must-match.component.html',
|
templateUrl: './must-match.component.html'
|
||||||
styles : ['']
|
|
||||||
})
|
})
|
||||||
export class MustMatchComponent
|
export class MustMatchComponent
|
||||||
{
|
{
|
||||||
|
|
|
@ -3,8 +3,7 @@ import { OtherComponentsComponent } from 'app/modules/admin/ui/other-components/
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector : 'overview',
|
selector : 'overview',
|
||||||
templateUrl: './overview.component.html',
|
templateUrl: './overview.component.html'
|
||||||
styles : ['']
|
|
||||||
})
|
})
|
||||||
export class OverviewComponent
|
export class OverviewComponent
|
||||||
{
|
{
|
||||||
|
|
|
@ -3,8 +3,7 @@ import { OtherComponentsComponent } from 'app/modules/admin/ui/other-components/
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector : 'apex-charts',
|
selector : 'apex-charts',
|
||||||
templateUrl: './apex-charts.component.html',
|
templateUrl: './apex-charts.component.html'
|
||||||
styles : ['']
|
|
||||||
})
|
})
|
||||||
export class ApexChartsComponent
|
export class ApexChartsComponent
|
||||||
{
|
{
|
||||||
|
|
|
@ -3,8 +3,7 @@ import { OtherComponentsComponent } from 'app/modules/admin/ui/other-components/
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector : 'full-calendar',
|
selector : 'full-calendar',
|
||||||
templateUrl: './full-calendar.component.html',
|
templateUrl: './full-calendar.component.html'
|
||||||
styles : ['']
|
|
||||||
})
|
})
|
||||||
export class FullCalendarComponent
|
export class FullCalendarComponent
|
||||||
{
|
{
|
||||||
|
|
|
@ -3,8 +3,7 @@ import { OtherComponentsComponent } from 'app/modules/admin/ui/other-components/
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector : 'ngx-markdown',
|
selector : 'ngx-markdown',
|
||||||
templateUrl: './ngx-markdown.component.html',
|
templateUrl: './ngx-markdown.component.html'
|
||||||
styles : ['']
|
|
||||||
})
|
})
|
||||||
export class NgxMarkdownComponent
|
export class NgxMarkdownComponent
|
||||||
{
|
{
|
||||||
|
|
|
@ -3,8 +3,7 @@ import { OtherComponentsComponent } from 'app/modules/admin/ui/other-components/
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector : 'quill-editor',
|
selector : 'quill-editor',
|
||||||
templateUrl: './quill-editor.component.html',
|
templateUrl: './quill-editor.component.html'
|
||||||
styles : ['']
|
|
||||||
})
|
})
|
||||||
export class QuillEditorComponent
|
export class QuillEditorComponent
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user