Prefixed selectors
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good
This commit is contained in:
parent
d3782323f5
commit
4de14abf89
@ -2,7 +2,7 @@ import { Component } from '@angular/core';
|
|||||||
|
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'auth-callback',
|
selector: 'fm-auth-callback',
|
||||||
template:'<div></div>'
|
template:'<div></div>'
|
||||||
})
|
})
|
||||||
export class AuthCallbackComponent {
|
export class AuthCallbackComponent {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
import { Component, OnInit } from '@angular/core';
|
import { Component, OnInit } from '@angular/core';
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'not-found',
|
selector: 'fm-not-found',
|
||||||
templateUrl: './not-found.component.html'
|
templateUrl: './not-found.component.html'
|
||||||
// styleUrls: ['./not-found.component.css']
|
// styleUrls: ['./not-found.component.css']
|
||||||
})
|
})
|
||||||
|
@ -7,7 +7,7 @@ import * as commonActions from '../../actions/app-common.actions';
|
|||||||
|
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'resumable-file-upload',
|
selector: 'fm-resumable-file-upload',
|
||||||
templateUrl: './resumable-file-upload.component.html',
|
templateUrl: './resumable-file-upload.component.html',
|
||||||
styleUrls: ['./resumable-file-upload.component.scss']
|
styleUrls: ['./resumable-file-upload.component.scss']
|
||||||
})
|
})
|
||||||
|
@ -7,7 +7,7 @@ import * as appCommonActions from '../../actions/app-common.actions';
|
|||||||
|
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'session-cleared',
|
selector: 'fm-session-cleared',
|
||||||
templateUrl: 'session-cleared.component.html',
|
templateUrl: 'session-cleared.component.html',
|
||||||
styleUrls: ['session-cleared.component.scss']
|
styleUrls: ['session-cleared.component.scss']
|
||||||
})
|
})
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
import { Component, Input,ViewChild,ElementRef,OnChanges,SimpleChanges,HostListener,ChangeDetectorRef } from '@angular/core';
|
import { Component, Input,ViewChild,ElementRef,OnChanges,SimpleChanges,HostListener,ChangeDetectorRef } from '@angular/core';
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'side-panel',
|
selector: 'fm-side-panel',
|
||||||
templateUrl: 'side-panel.component.html',
|
templateUrl: 'side-panel.component.html',
|
||||||
styleUrls: ['side-panel.component.scss']
|
styleUrls: ['side-panel.component.scss']
|
||||||
})
|
})
|
||||||
|
@ -5,7 +5,7 @@ import { tap,catchError,debounceTime,distinctUntilChanged,switchMap } from 'rxjs
|
|||||||
import { TypeaheadService } from '../../services/typeahead.service';
|
import { TypeaheadService } from '../../services/typeahead.service';
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'tag-input',
|
selector: 'fm-tag-input',
|
||||||
templateUrl: 'tag-input.component.html',
|
templateUrl: 'tag-input.component.html',
|
||||||
styleUrls: ['tag-input.component.scss'],
|
styleUrls: ['tag-input.component.scss'],
|
||||||
providers: [
|
providers: [
|
||||||
|
@ -8,7 +8,7 @@ export interface TimeSpan {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'timespan',
|
selector: 'fm-timespan',
|
||||||
templateUrl: './timespan.component.html',
|
templateUrl: './timespan.component.html',
|
||||||
styleUrls: ['./timespan.component.css']
|
styleUrls: ['./timespan.component.css']
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user