SYMBOL INDEX (711 symbols across 224 files) FILE: protractor.conf.js method onPrepare (line 25) | onPrepare() { FILE: src/app/@core/core.module.ts constant DATA_SERVICES (line 74) | const DATA_SERVICES = [ class NbSimpleRoleProvider (line 96) | class NbSimpleRoleProvider extends NbRoleProvider { method getRole (line 97) | getRole() { constant NB_CORE_PROVIDERS (line 103) | const NB_CORE_PROVIDERS = [ class CoreModule (line 157) | class CoreModule { method constructor (line 158) | constructor(@Optional() @SkipSelf() parentModule: CoreModule) { method forRoot (line 162) | static forRoot(): ModuleWithProviders { FILE: src/app/@core/data/earning.ts type LiveUpdateChart (line 3) | interface LiveUpdateChart { type PieChart (line 12) | interface PieChart { FILE: src/app/@core/data/electricity.ts type Month (line 3) | interface Month { type Electricity (line 11) | interface Electricity { type ElectricityChart (line 17) | interface ElectricityChart { FILE: src/app/@core/data/orders-chart.ts type OrdersChart (line 1) | interface OrdersChart { FILE: src/app/@core/data/orders-profit-chart.ts type OrderProfitChartSummary (line 5) | interface OrderProfitChartSummary { FILE: src/app/@core/data/profit-chart.ts type ProfitChart (line 1) | interface ProfitChart { FILE: src/app/@core/data/security-cameras.ts type Camera (line 3) | interface Camera { FILE: src/app/@core/data/stats-progress-bar.ts type ProgressInfo (line 3) | interface ProgressInfo { FILE: src/app/@core/data/temperature-humidity.ts type Temperature (line 3) | interface Temperature { FILE: src/app/@core/data/traffic-bar.ts type TrafficBar (line 3) | interface TrafficBar { FILE: src/app/@core/data/traffic-list.ts type TrafficList (line 3) | interface TrafficList { FILE: src/app/@core/data/user-activity.ts type UserActive (line 3) | interface UserActive { FILE: src/app/@core/data/users.ts type User (line 3) | interface User { type Contacts (line 8) | interface Contacts { type RecentUsers (line 13) | interface RecentUsers extends Contacts { FILE: src/app/@core/data/visitors-analytics.ts type OutlineData (line 3) | interface OutlineData { FILE: src/app/@core/mock/country-order.service.ts class CountryOrderService (line 6) | class CountryOrderService extends CountryOrderData { method generateRandomData (line 16) | private generateRandomData(nPoints: number): number[] { method getCountriesCategories (line 22) | getCountriesCategories(): Observable { method getCountriesCategoriesData (line 26) | getCountriesCategoriesData(country: string): Observable { FILE: src/app/@core/mock/earning.service.ts class EarningService (line 6) | class EarningService extends EarningData { method getDefaultLiveChartData (line 54) | getDefaultLiveChartData(elementsNumber: number) { method generateRandomLiveChartData (line 62) | generateRandomLiveChartData() { method getEarningLiveUpdateCardData (line 82) | getEarningLiveUpdateCardData(currency): Observable { method getEarningCardData (line 92) | getEarningCardData(currency: string): Observable { method getEarningPieChartData (line 100) | getEarningPieChartData(): Observable { FILE: src/app/@core/mock/electricity.service.ts class ElectricityService (line 6) | class ElectricityService extends ElectricityData { method constructor (line 80) | constructor() { method getListData (line 88) | getListData(): Observable { method getChartData (line 92) | getChartData(): Observable { FILE: src/app/@core/mock/mock-data.module.ts constant SERVICES (line 25) | const SERVICES = [ class MockDataModule (line 56) | class MockDataModule { method forRoot (line 57) | static forRoot(): ModuleWithProviders { FILE: src/app/@core/mock/orders-chart.service.ts class OrdersChartService (line 6) | class OrdersChartService extends OrdersChartData { method constructor (line 20) | constructor(private period: PeriodsService) { method getDataForWeekPeriod (line 29) | private getDataForWeekPeriod(): OrdersChart { method getDataForMonthPeriod (line 64) | private getDataForMonthPeriod(): OrdersChart { method getDataForYearPeriod (line 106) | private getDataForYearPeriod(): OrdersChart { method getDataLabels (line 141) | getDataLabels(nPoints: number, labelsArray: string[]): string[] { method getOrdersChartData (line 152) | getOrdersChartData(period: string): OrdersChart { FILE: src/app/@core/mock/orders-profit-chart.service.ts class OrdersProfitChartService (line 8) | class OrdersProfitChartService extends OrdersProfitChartData { method constructor (line 29) | constructor(private ordersChartService: OrdersChartData, method getOrderProfitChartSummary (line 34) | getOrderProfitChartSummary(): Observable { method getOrdersChartData (line 38) | getOrdersChartData(period: string): Observable { method getProfitChartData (line 42) | getProfitChartData(period: string): Observable { FILE: src/app/@core/mock/periods.service.ts class PeriodsService (line 4) | class PeriodsService { method getYears (line 5) | getYears() { method getMonths (line 13) | getMonths() { method getWeeks (line 22) | getWeeks() { FILE: src/app/@core/mock/profit-bar-animation-chart.service.ts class ProfitBarAnimationChartService (line 6) | class ProfitBarAnimationChartService extends ProfitBarAnimationChartData { method constructor (line 10) | constructor() { method getDataForFirstLine (line 18) | getDataForFirstLine(): number[] { method getDataForSecondLine (line 27) | getDataForSecondLine(): number[] { method createEmptyArray (line 36) | createEmptyArray(nPoints: number) { method getChartData (line 40) | getChartData(): Observable<{ firstLine: number[]; secondLine: number[]... FILE: src/app/@core/mock/profit-chart.service.ts class ProfitChartService (line 6) | class ProfitChartService extends ProfitChartData { method constructor (line 20) | constructor(private period: PeriodsService) { method getDataForWeekPeriod (line 29) | private getDataForWeekPeriod(): ProfitChart { method getDataForMonthPeriod (line 42) | private getDataForMonthPeriod(): ProfitChart { method getDataForYearPeriod (line 55) | private getDataForYearPeriod(): ProfitChart { method getRandomData (line 68) | private getRandomData(nPoints: number): number[] { method getProfitChartData (line 74) | getProfitChartData(period: string): ProfitChart { FILE: src/app/@core/mock/security-cameras.service.ts class SecurityCamerasService (line 6) | class SecurityCamerasService extends SecurityCamerasData { method getCamerasData (line 27) | getCamerasData(): Observable { FILE: src/app/@core/mock/smart-table.service.ts class SmartTableService (line 5) | class SmartTableService extends SmartTableData { method getData (line 429) | getData() { FILE: src/app/@core/mock/solar.service.ts class SolarService (line 6) | class SolarService extends SolarData { method getSolarData (line 9) | getSolarData(): Observable { FILE: src/app/@core/mock/stats-bar.service.ts class StatsBarService (line 6) | class StatsBarService extends StatsBarData { method getStatsBarData (line 13) | getStatsBarData(): Observable { FILE: src/app/@core/mock/stats-progress-bar.service.ts class StatsProgressBarService (line 6) | class StatsProgressBarService extends StatsProgressBarData { method getProgressInfoData (line 28) | getProgressInfoData(): Observable { FILE: src/app/@core/mock/temperature-humidity.service.ts class TemperatureHumidityService (line 6) | class TemperatureHumidityService extends TemperatureHumidityData { method getTemperatureData (line 20) | getTemperatureData(): Observable { method getHumidityData (line 24) | getHumidityData(): Observable { FILE: src/app/@core/mock/traffic-bar.service.ts class TrafficBarService (line 7) | class TrafficBarService extends TrafficBarData { method constructor (line 11) | constructor(private period: PeriodsService) { method getDataForWeekPeriod (line 20) | getDataForWeekPeriod(): TrafficBar { method getDataForMonthPeriod (line 28) | getDataForMonthPeriod(): TrafficBar { method getDataForYearPeriod (line 36) | getDataForYearPeriod(): TrafficBar { method getTrafficBarData (line 44) | getTrafficBarData(period: string): Observable { FILE: src/app/@core/mock/traffic-chart.service.ts class TrafficChartService (line 6) | class TrafficChartService extends TrafficChartData { method getTrafficChartData (line 13) | getTrafficChartData(): Observable { FILE: src/app/@core/mock/traffic-list.service.ts class TrafficListService (line 7) | class TrafficListService extends TrafficListData { method constructor (line 12) | constructor(private period: PeriodsService) { method getDataWeek (line 21) | private getDataWeek(): TrafficList[] { method getDataMonth (line 31) | private getDataMonth(): TrafficList[] { method getDataYear (line 41) | private getDataYear(): TrafficList[] { method reduceData (line 51) | private reduceData(timePeriods: string[], getFirstDateInPeriod: () => ... method getTrafficListData (line 82) | getTrafficListData(period: string): Observable { FILE: src/app/@core/mock/user-activity.service.ts class UserActivityService (line 7) | class UserActivityService extends UserActivityData { method generateUserActivityRandomData (line 10) | private generateUserActivityRandomData(date) { method constructor (line 21) | constructor(private periods: PeriodsService) { method getDataWeek (line 30) | private getDataWeek(): UserActive[] { method getDataMonth (line 36) | private getDataMonth(): UserActive[] { method getDataYear (line 48) | private getDataYear(): UserActive[] { method getUserActivityData (line 54) | getUserActivityData(period: string): Observable { FILE: src/app/@core/mock/users.service.ts class UserService (line 6) | class UserService extends UserData { method getUsers (line 42) | getUsers(): Observable { method getContacts (line 46) | getContacts(): Observable { method getRecentUsers (line 50) | getRecentUsers(): Observable { FILE: src/app/@core/mock/visitors-analytics.service.ts class VisitorsAnalyticsService (line 7) | class VisitorsAnalyticsService extends VisitorsAnalyticsData { method constructor (line 9) | constructor(private periodService: PeriodsService) { method generateOutlineLineData (line 28) | private generateOutlineLineData(): OutlineData[] { method getInnerLineChartData (line 46) | getInnerLineChartData(): Observable { method getOutlineLineChartData (line 50) | getOutlineLineChartData(): Observable { method getPieChartData (line 54) | getPieChartData(): Observable { FILE: src/app/@core/module-import-guard.ts function throwIfAlreadyLoaded (line 1) | function throwIfAlreadyLoaded(parentModule: any, moduleName: string) { FILE: src/app/@core/utils/analytics.service.ts class AnalyticsService (line 9) | class AnalyticsService { method constructor (line 12) | constructor(private location: Location, private router: Router) { method trackPageViews (line 16) | trackPageViews() { method trackEvent (line 27) | trackEvent(eventName: string) { FILE: src/app/@core/utils/layout.service.ts class LayoutService (line 6) | class LayoutService { method changeLayoutSize (line 13) | changeLayoutSize() { method onChangeLayoutSize (line 17) | onChangeLayoutSize(): Observable { method onSafeChangeLayoutSize (line 21) | onSafeChangeLayoutSize(): Observable { FILE: src/app/@core/utils/player.service.ts class Track (line 3) | class Track { class PlayerService (line 11) | class PlayerService { method random (line 34) | random(): Track { method next (line 39) | next(): Track { method prev (line 43) | prev() { method getNextTrack (line 47) | private getNextTrack(): Track { method getPrevTrack (line 57) | private getPrevTrack(): Track { FILE: src/app/@core/utils/seo.service.ts class SeoService (line 9) | class SeoService implements OnDestroy { method constructor (line 16) | constructor( method ngOnDestroy (line 29) | ngOnDestroy() { method createCanonicalTag (line 34) | createCanonicalTag() { method trackCanonicalChanges (line 41) | trackCanonicalChanges() { method getCanonicalUrl (line 55) | private getCanonicalUrl(): string { FILE: src/app/@core/utils/state.service.ts class StateService (line 8) | class StateService implements OnDestroy { method constructor (line 48) | constructor(directionService: NbLayoutDirectionService) { method ngOnDestroy (line 56) | ngOnDestroy() { method updateSidebarIcons (line 60) | private updateSidebarIcons(direction: NbLayoutDirection) { method setLayoutState (line 69) | setLayoutState(state: any): any { method getLayoutStates (line 73) | getLayoutStates(): Observable { method onLayoutState (line 77) | onLayoutState(): Observable { method setSidebarState (line 81) | setSidebarState(state: any): any { method getSidebarStates (line 85) | getSidebarStates(): Observable { method onSidebarState (line 89) | onSidebarState(): Observable { FILE: src/app/@theme/components/footer/footer.component.ts class FooterComponent (line 18) | class FooterComponent { FILE: src/app/@theme/components/header/header.component.ts class HeaderComponent (line 14) | class HeaderComponent implements OnInit, OnDestroy { method constructor (line 43) | constructor(private sidebarService: NbSidebarService, method ngOnInit (line 51) | ngOnInit() { method ngOnDestroy (line 74) | ngOnDestroy() { method changeTheme (line 79) | changeTheme(themeName: string) { method toggleSidebar (line 83) | toggleSidebar(): boolean { method navigateHome (line 90) | navigateHome() { FILE: src/app/@theme/components/search-input/search-input.component.ts class SearchInputComponent (line 16) | class SearchInputComponent { method showInput (line 23) | showInput() { method hideInput (line 28) | hideInput() { method onInput (line 32) | onInput(val: string) { FILE: src/app/@theme/components/tiny-mce/tiny-mce.component.ts class TinyMCEComponent (line 8) | class TinyMCEComponent implements OnDestroy, AfterViewInit { method constructor (line 14) | constructor( method ngAfterViewInit (line 19) | ngAfterViewInit() { method ngOnDestroy (line 34) | ngOnDestroy() { FILE: src/app/@theme/layouts/one-column/one-column.layout.ts class OneColumnLayoutComponent (line 26) | class OneColumnLayoutComponent {} FILE: src/app/@theme/layouts/three-columns/three-columns.layout.ts class ThreeColumnsLayoutComponent (line 32) | class ThreeColumnsLayoutComponent {} FILE: src/app/@theme/layouts/two-columns/two-columns.layout.ts class TwoColumnsLayoutComponent (line 30) | class TwoColumnsLayoutComponent {} FILE: src/app/@theme/pipes/capitalize.pipe.ts class CapitalizePipe (line 4) | class CapitalizePipe implements PipeTransform { method transform (line 6) | transform(input: string): string { FILE: src/app/@theme/pipes/number-with-commas.pipe.ts class NumberWithCommasPipe (line 4) | class NumberWithCommasPipe implements PipeTransform { method transform (line 6) | transform(input: number): string { FILE: src/app/@theme/pipes/plural.pipe.ts class PluralPipe (line 4) | class PluralPipe implements PipeTransform { method transform (line 6) | transform(input: number, label: string, pluralLabel: string = ''): str... FILE: src/app/@theme/pipes/round.pipe.ts class RoundPipe (line 4) | class RoundPipe implements PipeTransform { method transform (line 6) | transform(input: number): number { FILE: src/app/@theme/pipes/timing.pipe.ts class TimingPipe (line 4) | class TimingPipe implements PipeTransform { method transform (line 5) | transform(time: number): string { method initZero (line 15) | private initZero(time: number): string { FILE: src/app/@theme/styles/theme.corporate.ts constant CORPORATE_THEME (line 5) | const CORPORATE_THEME = { FILE: src/app/@theme/styles/theme.cosmic.ts constant COSMIC_THEME (line 5) | const COSMIC_THEME = { FILE: src/app/@theme/styles/theme.dark.ts constant DARK_THEME (line 5) | const DARK_THEME = { FILE: src/app/@theme/styles/theme.default.ts constant DEFAULT_THEME (line 5) | const DEFAULT_THEME = { FILE: src/app/@theme/theme.module.ts constant NB_MODULES (line 42) | const NB_MODULES = [ constant COMPONENTS (line 56) | const COMPONENTS = [ constant PIPES (line 65) | const PIPES = [ class ThemeModule (line 78) | class ThemeModule { method forRoot (line 79) | static forRoot(): ModuleWithProviders { FILE: src/app/app-routing.module.ts class AppRoutingModule (line 60) | class AppRoutingModule { FILE: src/app/app.component.ts class AppComponent (line 14) | class AppComponent implements OnInit { method constructor (line 16) | constructor(private analytics: AnalyticsService, private seoService: S... method ngOnInit (line 19) | ngOnInit(): void { FILE: src/app/app.module.ts class AppModule (line 45) | class AppModule { FILE: src/app/pages/charts/chartjs/chartjs-bar-horizontal.component.ts class ChartjsBarHorizontalComponent (line 10) | class ChartjsBarHorizontalComponent implements OnDestroy { method constructor (line 15) | constructor(private theme: NbThemeService) { method ngOnDestroy (line 78) | ngOnDestroy(): void { method random (line 82) | private random() { FILE: src/app/pages/charts/chartjs/chartjs-bar.component.ts class ChartjsBarComponent (line 10) | class ChartjsBarComponent implements OnDestroy { method constructor (line 15) | constructor(private theme: NbThemeService) { method ngOnDestroy (line 70) | ngOnDestroy(): void { FILE: src/app/pages/charts/chartjs/chartjs-line.component.ts class ChartjsLineComponent (line 10) | class ChartjsLineComponent implements OnDestroy { method constructor (line 15) | constructor(private theme: NbThemeService) { method ngOnDestroy (line 78) | ngOnDestroy(): void { FILE: src/app/pages/charts/chartjs/chartjs-multiple-xaxis.component.ts class ChartjsMultipleXaxisComponent (line 10) | class ChartjsMultipleXaxisComponent implements OnDestroy { method constructor (line 15) | constructor(private theme: NbThemeService) { method ngOnDestroy (line 110) | ngOnDestroy(): void { method random (line 114) | private random() { FILE: src/app/pages/charts/chartjs/chartjs-pie.component.ts class ChartjsPieComponent (line 10) | class ChartjsPieComponent implements OnDestroy { method constructor (line 15) | constructor(private theme: NbThemeService) { method ngOnDestroy (line 53) | ngOnDestroy(): void { FILE: src/app/pages/charts/chartjs/chartjs-radar.component.ts class ChartjsRadarComponent (line 10) | class ChartjsRadarComponent implements OnDestroy { method constructor (line 15) | constructor(private theme: NbThemeService) { method ngOnDestroy (line 61) | ngOnDestroy(): void { FILE: src/app/pages/charts/chartjs/chartjs.component.ts class ChartjsComponent (line 8) | class ChartjsComponent {} FILE: src/app/pages/charts/charts-routing.module.ts class ChartsRoutingModule (line 28) | class ChartsRoutingModule { } FILE: src/app/pages/charts/charts.component.ts class ChartsComponent (line 9) | class ChartsComponent { FILE: src/app/pages/charts/charts.module.ts class ChartsModule (line 63) | class ChartsModule {} FILE: src/app/pages/charts/d3/d3-advanced-pie.component.ts class D3AdvancedPieComponent (line 13) | class D3AdvancedPieComponent implements OnDestroy { method constructor (line 31) | constructor(private theme: NbThemeService) { method ngOnDestroy (line 40) | ngOnDestroy(): void { FILE: src/app/pages/charts/d3/d3-area-stack.component.ts class D3AreaStackComponent (line 21) | class D3AreaStackComponent implements OnDestroy { method constructor (line 61) | constructor(private theme: NbThemeService) { method ngOnDestroy (line 70) | ngOnDestroy(): void { FILE: src/app/pages/charts/d3/d3-bar.component.ts class D3BarComponent (line 18) | class D3BarComponent implements OnDestroy { method constructor (line 33) | constructor(private theme: NbThemeService) { method ngOnDestroy (line 42) | ngOnDestroy(): void { FILE: src/app/pages/charts/d3/d3-line.component.ts class D3LineComponent (line 20) | class D3LineComponent implements OnDestroy { method constructor (line 72) | constructor(private theme: NbThemeService) { method ngOnDestroy (line 81) | ngOnDestroy(): void { FILE: src/app/pages/charts/d3/d3-pie.component.ts class D3PieComponent (line 15) | class D3PieComponent implements OnDestroy { method constructor (line 26) | constructor(private theme: NbThemeService) { method ngOnDestroy (line 35) | ngOnDestroy(): void { FILE: src/app/pages/charts/d3/d3-polar.component.ts class D3PolarComponent (line 21) | class D3PolarComponent implements OnDestroy { method constructor (line 86) | constructor(private theme: NbThemeService) { method ngOnDestroy (line 95) | ngOnDestroy(): void { FILE: src/app/pages/charts/d3/d3.component.ts class D3Component (line 8) | class D3Component {} FILE: src/app/pages/charts/echarts/echarts-area-stack.component.ts class EchartsAreaStackComponent (line 10) | class EchartsAreaStackComponent implements AfterViewInit, OnDestroy { method constructor (line 14) | constructor(private theme: NbThemeService) { method ngAfterViewInit (line 17) | ngAfterViewInit() { method ngOnDestroy (line 137) | ngOnDestroy(): void { FILE: src/app/pages/charts/echarts/echarts-bar-animation.component.ts class EchartsBarAnimationComponent (line 10) | class EchartsBarAnimationComponent implements AfterViewInit, OnDestroy { method constructor (line 14) | constructor(private theme: NbThemeService) { method ngAfterViewInit (line 17) | ngAfterViewInit() { method ngOnDestroy (line 100) | ngOnDestroy(): void { FILE: src/app/pages/charts/echarts/echarts-bar.component.ts class EchartsBarComponent (line 10) | class EchartsBarComponent implements AfterViewInit, OnDestroy { method constructor (line 14) | constructor(private theme: NbThemeService) { method ngAfterViewInit (line 17) | ngAfterViewInit() { method ngOnDestroy (line 89) | ngOnDestroy(): void { FILE: src/app/pages/charts/echarts/echarts-line.component.ts class EchartsLineComponent (line 10) | class EchartsLineComponent implements AfterViewInit, OnDestroy { method constructor (line 14) | constructor(private theme: NbThemeService) { method ngAfterViewInit (line 17) | ngAfterViewInit() { method ngOnDestroy (line 103) | ngOnDestroy(): void { FILE: src/app/pages/charts/echarts/echarts-multiple-xaxis.component.ts class EchartsMultipleXaxisComponent (line 10) | class EchartsMultipleXaxisComponent implements AfterViewInit, OnDestroy { method constructor (line 14) | constructor(private theme: NbThemeService) { method ngAfterViewInit (line 17) | ngAfterViewInit() { method ngOnDestroy (line 163) | ngOnDestroy(): void { FILE: src/app/pages/charts/echarts/echarts-pie.component.ts class EchartsPieComponent (line 10) | class EchartsPieComponent implements AfterViewInit, OnDestroy { method constructor (line 14) | constructor(private theme: NbThemeService) { method ngAfterViewInit (line 17) | ngAfterViewInit() { method ngOnDestroy (line 78) | ngOnDestroy(): void { FILE: src/app/pages/charts/echarts/echarts-radar.component.ts class EchartsRadarComponent (line 10) | class EchartsRadarComponent implements AfterViewInit, OnDestroy { method constructor (line 14) | constructor(private theme: NbThemeService) { method ngAfterViewInit (line 17) | ngAfterViewInit() { method ngOnDestroy (line 73) | ngOnDestroy(): void { FILE: src/app/pages/charts/echarts/echarts.component.ts class EchartsComponent (line 8) | class EchartsComponent {} FILE: src/app/pages/dashboard/contacts/contacts.component.ts class ContactsComponent (line 12) | class ContactsComponent implements OnDestroy { method constructor (line 19) | constructor(private userService: UserData) { method ngOnDestroy (line 31) | ngOnDestroy() { FILE: src/app/pages/dashboard/dashboard.component.ts type CardSettings (line 6) | interface CardSettings { class DashboardComponent (line 17) | class DashboardComponent implements OnDestroy { method constructor (line 81) | constructor(private themeService: NbThemeService, method ngOnDestroy (line 96) | ngOnDestroy() { FILE: src/app/pages/dashboard/dashboard.module.ts class DashboardModule (line 69) | class DashboardModule { } FILE: src/app/pages/dashboard/electricity/electricity-chart/electricity-chart.component.ts class ElectricityChartComponent (line 19) | class ElectricityChartComponent implements AfterViewInit, OnDestroy { method constructor (line 28) | constructor(private theme: NbThemeService, method ngAfterViewInit (line 37) | ngAfterViewInit(): void { method onChartInit (line 185) | onChartInit(echarts) { method resizeChart (line 189) | resizeChart() { method ngOnDestroy (line 195) | ngOnDestroy() { FILE: src/app/pages/dashboard/electricity/electricity.component.ts class ElectricityComponent (line 13) | class ElectricityComponent implements OnDestroy { method constructor (line 26) | constructor(private electricityService: ElectricityData, method ngOnDestroy (line 45) | ngOnDestroy() { FILE: src/app/pages/dashboard/kitten/kitten.component.ts class KittenComponent (line 9) | class KittenComponent implements OnDestroy { method constructor (line 14) | constructor(private themeService: NbThemeService) { method ngOnDestroy (line 20) | ngOnDestroy() { FILE: src/app/pages/dashboard/rooms/player/player.component.ts class PlayerComponent (line 9) | class PlayerComponent implements OnDestroy { method constructor (line 18) | constructor(private playerService: PlayerService) { method ngOnDestroy (line 23) | ngOnDestroy() { method prev (line 29) | prev() { method next (line 41) | next() { method playPause (line 53) | playPause() { method toggleShuffle (line 61) | toggleShuffle() { method toggleLoop (line 65) | toggleLoop() { method setVolume (line 69) | setVolume(volume: number) { method getVolume (line 73) | getVolume(): number { method setProgress (line 77) | setProgress(duration: number) { method getProgress (line 81) | getProgress(): number { method createPlayer (line 85) | private createPlayer() { method reload (line 91) | private reload() { method setTrack (line 96) | private setTrack() { FILE: src/app/pages/dashboard/rooms/room-selector/room-selector.component.ts class RoomSelectorComponent (line 12) | class RoomSelectorComponent implements OnInit, OnDestroy { method background (line 70) | get background(): 'none' | null { method constructor (line 74) | constructor( method ngOnInit (line 82) | ngOnInit() { method ngOnDestroy (line 93) | ngOnDestroy() { method sortRooms (line 98) | private sortRooms() { method selectRoom (line 110) | selectRoom(roomNumber) { method getUrlPath (line 116) | getUrlPath(id: string) { FILE: src/app/pages/dashboard/rooms/rooms.component.ts class RoomsComponent (line 20) | class RoomsComponent implements OnDestroy { method constructor (line 33) | constructor(private themeService: NbThemeService, method select (line 47) | select(roomNumber) { method expand (line 57) | expand() { method collapse (line 61) | collapse() { method isCollapsed (line 65) | isCollapsed() { method isSelected (line 69) | private isSelected(roomNumber): boolean { method ngOnDestroy (line 73) | ngOnDestroy() { FILE: src/app/pages/dashboard/security-cameras/security-cameras.component.ts class SecurityCamerasComponent (line 13) | class SecurityCamerasComponent implements OnInit, OnDestroy { method constructor (line 22) | constructor( method ngOnInit (line 28) | ngOnInit() { method ngOnDestroy (line 44) | ngOnDestroy() { method selectCamera (line 49) | selectCamera(camera: any) { FILE: src/app/pages/dashboard/solar/solar.component.ts class SolarComponent (line 24) | class SolarComponent implements AfterViewInit, OnDestroy { method chartValue (line 29) | set chartValue(value: number) { method constructor (line 42) | constructor(private theme: NbThemeService) { method ngAfterViewInit (line 45) | ngAfterViewInit() { method ngOnDestroy (line 183) | ngOnDestroy() { FILE: src/app/pages/dashboard/status-card/status-card.component.ts class StatusCardComponent (line 21) | class StatusCardComponent { FILE: src/app/pages/dashboard/temperature/temperature-dragger/temperature-dragger.component.ts constant VIEW_BOX_SIZE (line 15) | const VIEW_BOX_SIZE = 300; class TemperatureDraggerComponent (line 22) | class TemperatureDraggerComponent implements AfterViewInit, OnChanges { method setValue (line 38) | set setValue(value) { method onMouseUp (line 49) | onMouseUp(event) { method onMouseMove (line 55) | onMouseMove(event: MouseEvent) { method onResize (line 60) | onResize(event) { method constructor (line 90) | constructor( method ngAfterViewInit (line 97) | ngAfterViewInit(): void { method ngOnChanges (line 105) | ngOnChanges(): void { method mouseDown (line 111) | mouseDown(event) { method switchPower (line 118) | switchPower() { method getUrlPath (line 132) | getUrlPath(id: string) { method invalidate (line 139) | private invalidate(): void { method calculateVars (line 153) | private calculateVars() { method calculateClipPathSettings (line 193) | private calculateClipPathSettings() { method invalidateClipPathStr (line 230) | private invalidateClipPathStr() { method calculateGradientConePaths (line 262) | private calculateGradientConePaths(angleStep) { method invalidateGradientArcs (line 285) | private invalidateGradientArcs() { method invalidateNonSelectedArc (line 313) | private invalidateNonSelectedArc() { method invalidatePinPosition (line 326) | private invalidatePinPosition() { method recalculateValue (line 337) | private recalculateValue(event, allowJumping = false) { method getValuePercentage (line 369) | private getValuePercentage() { method toValueNumber (line 373) | private toValueNumber(factor) { method toRad (line 377) | private static toRad(angle) { FILE: src/app/pages/dashboard/temperature/temperature.component.ts class TemperatureComponent (line 12) | class TemperatureComponent implements OnDestroy { method constructor (line 29) | constructor(private themeService: NbThemeService, method ngOnDestroy (line 50) | ngOnDestroy() { FILE: src/app/pages/dashboard/traffic/traffic-chart.component.ts class TrafficChartComponent (line 16) | class TrafficChartComponent implements AfterViewInit, OnDestroy { method constructor (line 27) | constructor(private theme: NbThemeService, method ngAfterViewInit (line 36) | ngAfterViewInit() { method onChartInit (line 161) | onChartInit(echarts) { method resizeChart (line 165) | resizeChart() { method ngOnDestroy (line 171) | ngOnDestroy() { FILE: src/app/pages/dashboard/traffic/traffic.component.ts class TrafficComponent (line 24) | class TrafficComponent implements OnDestroy { method constructor (line 33) | constructor(private themeService: NbThemeService, method ngOnDestroy (line 48) | ngOnDestroy() { FILE: src/app/pages/dashboard/weather/weather.component.ts class WeatherComponent (line 9) | class WeatherComponent { FILE: src/app/pages/e-commerce/charts-panel/chart-panel-header/chart-panel-header.component.ts class ChartPanelHeaderComponent (line 11) | class ChartPanelHeaderComponent implements OnDestroy { method constructor (line 25) | constructor(private themeService: NbThemeService, method setLegendItems (line 44) | setLegendItems(orderProfitLegend) { method changePeriod (line 61) | changePeriod(period: string): void { method ngOnDestroy (line 66) | ngOnDestroy() { FILE: src/app/pages/e-commerce/charts-panel/chart-panel-summary/chart-panel-summary.component.ts class ChartPanelSummaryComponent (line 15) | class ChartPanelSummaryComponent { FILE: src/app/pages/e-commerce/charts-panel/charts-panel.component.ts class ECommerceChartsPanelComponent (line 15) | class ECommerceChartsPanelComponent implements OnDestroy { method constructor (line 27) | constructor(private ordersProfitChartService: OrdersProfitChartData) { method setPeriodAndGetChartData (line 38) | setPeriodAndGetChartData(value: string): void { method changeTab (line 47) | changeTab(selectedTab) { method getOrdersChartData (line 55) | getOrdersChartData(period: string) { method getProfitChartData (line 63) | getProfitChartData(period: string) { method ngOnDestroy (line 71) | ngOnDestroy() { FILE: src/app/pages/e-commerce/charts-panel/charts/orders-chart.component.ts class OrdersChartComponent (line 20) | class OrdersChartComponent implements AfterViewInit, OnDestroy, OnChanges { method ngOnChanges (line 30) | ngOnChanges(): void { method constructor (line 36) | constructor(private theme: NbThemeService, method ngAfterViewInit (line 45) | ngAfterViewInit(): void { method setOptions (line 59) | setOptions(eTheme) { method getFirstLine (line 141) | getFirstLine(eTheme) { method getSecondLine (line 175) | getSecondLine(eTheme) { method getThirdLine (line 219) | getThirdLine(eTheme) { method updateOrdersChartOptions (line 263) | updateOrdersChartOptions(ordersChartData: OrdersChart) { method getNewSeries (line 275) | getNewSeries(series, linesData: number[][]) { method getNewXAxis (line 284) | getNewXAxis(xAxis, chartLabel: string[]) { method onChartInit (line 291) | onChartInit(echarts) { method resizeChart (line 295) | resizeChart() { method ngOnDestroy (line 305) | ngOnDestroy() { FILE: src/app/pages/e-commerce/charts-panel/charts/profit-chart.component.ts class ProfitChartComponent (line 15) | class ProfitChartComponent implements AfterViewInit, OnDestroy, OnChanges { method constructor (line 25) | constructor(private theme: NbThemeService, method ngOnChanges (line 34) | ngOnChanges(): void { method ngAfterViewInit (line 40) | ngAfterViewInit() { method setOptions (line 50) | setOptions(eTheme) { method updateProfitChartOptions (line 162) | updateProfitChartOptions(profitChartData: ProfitChart) { method getNewSeries (line 174) | getNewSeries(series, data: number[][]) { method onChartInit (line 183) | onChartInit(echarts) { method resizeChart (line 187) | resizeChart() { method ngOnDestroy (line 197) | ngOnDestroy(): void { FILE: src/app/pages/e-commerce/country-orders/chart/country-orders-chart.component.ts class CountryOrdersChartComponent (line 22) | class CountryOrdersChartComponent implements OnDestroy, OnChanges { method constructor (line 34) | constructor(private theme: NbThemeService, method ngOnChanges (line 43) | ngOnChanges(changes: SimpleChanges): void { method initChartOptions (line 61) | initChartOptions() { method onChartInit (line 167) | onChartInit(ec) { method resizeChart (line 173) | resizeChart() { method ngOnDestroy (line 179) | ngOnDestroy() { FILE: src/app/pages/e-commerce/country-orders/country-orders.component.ts class CountryOrdersComponent (line 25) | class CountryOrdersComponent implements OnInit, OnDestroy { method constructor (line 35) | constructor(private themeService: NbThemeService, method ngOnInit (line 41) | ngOnInit() { method selectCountryById (line 54) | selectCountryById(countryName: string) { method ngOnDestroy (line 64) | ngOnDestroy() { FILE: src/app/pages/e-commerce/country-orders/map/country-orders-map.component.ts class CountryOrdersMapComponent (line 18) | class CountryOrdersMapComponent implements OnDestroy { method constructor (line 42) | constructor(private ecMapService: CountryOrdersMapService, method mapReady (line 57) | mapReady(map: L.Map) { method createGeoJsonLayer (line 66) | private createGeoJsonLayer(cords) { method onEachFeature (line 83) | private onEachFeature(feature, layer) { method highlightFeature (line 91) | private highlightFeature(featureLayer) { method moveout (line 105) | private moveout(featureLayer) { method resetHighlight (line 114) | private resetHighlight(featureLayer) { method selectFeature (line 122) | private selectFeature(featureLayer) { method findFeatureLayerByCountryId (line 131) | private findFeatureLayerByCountryId(id) { method ngOnDestroy (line 140) | ngOnDestroy(): void { FILE: src/app/pages/e-commerce/country-orders/map/country-orders-map.service.ts class CountryOrdersMapService (line 7) | class CountryOrdersMapService { method constructor (line 9) | constructor(private http: HttpClient) {} method getCords (line 11) | getCords(): Observable { FILE: src/app/pages/e-commerce/e-commerce.component.ts class ECommerceComponent (line 7) | class ECommerceComponent { FILE: src/app/pages/e-commerce/e-commerce.module.ts class ECommerceModule (line 113) | class ECommerceModule { } FILE: src/app/pages/e-commerce/earning-card/back-side/earning-card-back.component.ts class EarningCardBackComponent (line 10) | class EarningCardBackComponent implements OnDestroy { method constructor (line 19) | constructor(private earningService: EarningData ) { method changeChartInfo (line 27) | changeChartInfo(pieData: {value: number; name: string; color: any}) { method ngOnDestroy (line 33) | ngOnDestroy() { FILE: src/app/pages/e-commerce/earning-card/back-side/earning-pie-chart.component.ts class EarningPieChartComponent (line 17) | class EarningPieChartComponent implements AfterViewInit, OnDestroy { method constructor (line 28) | constructor(private theme: NbThemeService) { method onChartInit (line 31) | onChartInit(ec) { method onChartClick (line 35) | onChartClick(event) { method emitSelectPie (line 45) | emitSelectPie(pieData: {value: number; name: string; color: any}) { method ngAfterViewInit (line 49) | ngAfterViewInit() { method getOptions (line 72) | getOptions(variables) { method ngOnDestroy (line 206) | ngOnDestroy() { FILE: src/app/pages/e-commerce/earning-card/earning-card.component.ts class EarningCardComponent (line 8) | class EarningCardComponent { method toggleView (line 12) | toggleView() { FILE: src/app/pages/e-commerce/earning-card/front-side/earning-card-front.component.ts class EarningCardFrontComponent (line 12) | class EarningCardFrontComponent implements OnDestroy, OnInit { method constructor (line 23) | constructor(private themeService: NbThemeService, method ngOnInit (line 32) | ngOnInit() { method changeCurrency (line 36) | changeCurrency(currency) { method getEarningCardData (line 44) | private getEarningCardData(currency) { method startReceivingLiveData (line 55) | startReceivingLiveData(currency) { method ngOnDestroy (line 70) | ngOnDestroy() { FILE: src/app/pages/e-commerce/earning-card/front-side/earning-live-update-chart.component.ts class EarningLiveUpdateChartComponent (line 16) | class EarningLiveUpdateChartComponent implements AfterViewInit, OnDestro... method constructor (line 24) | constructor(private theme: NbThemeService, method ngOnChanges (line 33) | ngOnChanges(): void { method ngAfterViewInit (line 39) | ngAfterViewInit() { method setChartOption (line 52) | setChartOption(earningLineTheme) { method updateChartOptions (line 143) | updateChartOptions(chartData: { value: [string, number] }[]) { method onChartInit (line 151) | onChartInit(ec) { method resizeChart (line 155) | resizeChart() { method ngOnDestroy (line 161) | ngOnDestroy() { FILE: src/app/pages/e-commerce/legend-chart/enum.legend-item-color.ts type NgxLegendItemColor (line 1) | enum NgxLegendItemColor { FILE: src/app/pages/e-commerce/legend-chart/legend-chart.component.ts class ECommerceLegendChartComponent (line 10) | class ECommerceLegendChartComponent { FILE: src/app/pages/e-commerce/profit-card/back-side/stats-area-chart.component.ts class StatsAreaChartComponent (line 16) | class StatsAreaChartComponent implements AfterViewInit, OnDestroy { method constructor (line 25) | constructor(private theme: NbThemeService, method ngAfterViewInit (line 34) | ngAfterViewInit() { method onChartInit (line 159) | onChartInit(echarts) { method resizeChart (line 163) | resizeChart() { method ngOnDestroy (line 169) | ngOnDestroy() { FILE: src/app/pages/e-commerce/profit-card/back-side/stats-card-back.component.ts class StatsCardBackComponent (line 10) | class StatsCardBackComponent implements OnDestroy { method constructor (line 16) | constructor(private statsBarData: StatsBarData) { method ngOnDestroy (line 24) | ngOnDestroy() { FILE: src/app/pages/e-commerce/profit-card/front-side/stats-bar-animation-chart.component.ts class StatsBarAnimationChartComponent (line 16) | class StatsBarAnimationChartComponent implements AfterViewInit, OnDestroy { method constructor (line 28) | constructor(private theme: NbThemeService, method ngAfterViewInit (line 37) | ngAfterViewInit() { method setChartOption (line 47) | setChartOption(chartVariables) { method onChartInit (line 140) | onChartInit(echarts) { method resizeChart (line 144) | resizeChart() { method ngOnDestroy (line 150) | ngOnDestroy(): void { FILE: src/app/pages/e-commerce/profit-card/front-side/stats-card-front.component.ts class StatsCardFrontComponent (line 10) | class StatsCardFrontComponent { method constructor (line 16) | constructor(private profitBarAnimationChartService: ProfitBarAnimation... FILE: src/app/pages/e-commerce/profit-card/profit-card.component.ts class ProfitCardComponent (line 8) | class ProfitCardComponent { method toggleView (line 12) | toggleView() { FILE: src/app/pages/e-commerce/progress-section/progress-section.component.ts class ECommerceProgressSectionComponent (line 10) | class ECommerceProgressSectionComponent implements OnDestroy { method constructor (line 16) | constructor(private statsProgressBarService: StatsProgressBarData) { method ngOnDestroy (line 24) | ngOnDestroy() { FILE: src/app/pages/e-commerce/slide-out/slide-out.component.ts class SlideOutComponent (line 8) | class SlideOutComponent { method toggleStatistics (line 12) | toggleStatistics() { FILE: src/app/pages/e-commerce/traffic-reveal-card/back-side/traffic-back-card.component.ts class TrafficBackCardComponent (line 10) | class TrafficBackCardComponent implements OnDestroy { method constructor (line 18) | constructor(private themeService: NbThemeService) { method ngOnDestroy (line 26) | ngOnDestroy() { FILE: src/app/pages/e-commerce/traffic-reveal-card/back-side/traffic-bar-chart.component.ts class TrafficBarChartComponent (line 18) | class TrafficBarChartComponent implements AfterViewInit, OnDestroy, OnCh... method constructor (line 29) | constructor(private theme: NbThemeService, method onChartInit (line 38) | onChartInit(ec) { method resizeChart (line 42) | resizeChart() { method ngOnChanges (line 48) | ngOnChanges(changes: SimpleChanges): void { method ngAfterViewInit (line 64) | ngAfterViewInit() { method ngOnDestroy (line 146) | ngOnDestroy() { FILE: src/app/pages/e-commerce/traffic-reveal-card/front-side/traffic-bar/traffic-bar.component.ts class TrafficBarComponent (line 8) | class TrafficBarComponent { FILE: src/app/pages/e-commerce/traffic-reveal-card/front-side/traffic-front-card.component.ts class TrafficFrontCardComponent (line 12) | class TrafficFrontCardComponent implements OnDestroy { method constructor (line 20) | constructor(private themeService: NbThemeService) { method trackByDate (line 28) | trackByDate(_, item) { method ngOnDestroy (line 32) | ngOnDestroy() { FILE: src/app/pages/e-commerce/traffic-reveal-card/traffic-cards-header/traffic-cards-header.component.ts class TrafficCardsHeaderComponent (line 10) | class TrafficCardsHeaderComponent implements OnDestroy { method constructor (line 20) | constructor(private themeService: NbThemeService) { method changePeriod (line 28) | changePeriod(period: string): void { method ngOnDestroy (line 33) | ngOnDestroy() { FILE: src/app/pages/e-commerce/traffic-reveal-card/traffic-reveal-card.component.ts class TrafficRevealCardComponent (line 11) | class TrafficRevealCardComponent implements OnDestroy { method constructor (line 20) | constructor(private trafficListService: TrafficListData, method toggleView (line 26) | toggleView() { method setPeriodAngGetData (line 30) | setPeriodAngGetData(value: string): void { method getTrafficBackCardData (line 37) | getTrafficBackCardData(period: string) { method getTrafficFrontCardData (line 45) | getTrafficFrontCardData(period: string) { method ngOnDestroy (line 53) | ngOnDestroy() { FILE: src/app/pages/e-commerce/user-activity/user-activity.component.ts class ECommerceUserActivityComponent (line 12) | class ECommerceUserActivityComponent implements OnDestroy { method constructor (line 21) | constructor(private themeService: NbThemeService, method getUserActivity (line 32) | getUserActivity(period: string) { method ngOnDestroy (line 40) | ngOnDestroy() { FILE: src/app/pages/e-commerce/visitors-analytics/visitors-analytics-chart/visitors-analytics-chart.component.ts class ECommerceVisitorsAnalyticsChartComponent (line 19) | class ECommerceVisitorsAnalyticsChartComponent implements AfterViewInit,... method constructor (line 32) | constructor(private theme: NbThemeService, method ngAfterViewInit (line 41) | ngAfterViewInit(): void { method setOptions (line 54) | setOptions(eTheme) { method getOuterLine (line 135) | getOuterLine(eTheme) { method getInnerLine (line 182) | getInnerLine(eTheme) { method onChartInit (line 222) | onChartInit(echarts) { method resizeChart (line 226) | resizeChart() { method ngOnDestroy (line 232) | ngOnDestroy() { FILE: src/app/pages/e-commerce/visitors-analytics/visitors-analytics.component.ts class ECommerceVisitorsAnalyticsComponent (line 13) | class ECommerceVisitorsAnalyticsComponent implements OnDestroy { method constructor (line 20) | constructor(private themeService: NbThemeService, method setLegendItems (line 44) | setLegendItems(visitorsLegend): void { method ngOnDestroy (line 57) | ngOnDestroy() { FILE: src/app/pages/e-commerce/visitors-analytics/visitors-statistics/visitors-statistics.component.ts class ECommerceVisitorsStatisticsComponent (line 12) | class ECommerceVisitorsStatisticsComponent implements AfterViewInit, OnD... method constructor (line 22) | constructor(private theme: NbThemeService, method ngAfterViewInit (line 31) | ngAfterViewInit() { method setLegendItems (line 46) | setLegendItems(visitorsPieLegend) { method setOptions (line 59) | setOptions(variables) { method onChartInit (line 202) | onChartInit(echarts) { method resizeChart (line 206) | resizeChart() { method ngOnDestroy (line 212) | ngOnDestroy() { FILE: src/app/pages/editors/ckeditor/ckeditor.component.ts class CKEditorComponent (line 19) | class CKEditorComponent { FILE: src/app/pages/editors/editors-routing.module.ts class EditorsRoutingModule (line 24) | class EditorsRoutingModule { } FILE: src/app/pages/editors/editors.component.ts class EditorsComponent (line 9) | class EditorsComponent { FILE: src/app/pages/editors/editors.module.ts class EditorsModule (line 20) | class EditorsModule { } FILE: src/app/pages/editors/tiny-mce/tiny-mce.component.ts class TinyMCEComponent (line 16) | class TinyMCEComponent { FILE: src/app/pages/extra-components/alert/alert.component.ts class AlertComponent (line 7) | class AlertComponent { FILE: src/app/pages/extra-components/calendar-kit/calendar-kit.component.ts class CalendarKitFullCalendarShowcaseComponent (line 9) | class CalendarKitFullCalendarShowcaseComponent { FILE: src/app/pages/extra-components/calendar-kit/month-cell/month-cell.component.ts class CalendarKitMonthCellComponent (line 15) | class CalendarKitMonthCellComponent extends NbCalendarDayPickerComponent... method constructor (line 20) | constructor(private dateService: NbDateService, monthModel: NbCa... method title (line 24) | get title() { FILE: src/app/pages/extra-components/calendar/calendar.component.ts class CalendarComponent (line 10) | class CalendarComponent { method constructor (line 17) | constructor(protected dateService: NbDateService) { method monthStart (line 24) | get monthStart(): Date { method monthEnd (line 28) | get monthEnd(): Date { FILE: src/app/pages/extra-components/calendar/day-cell/day-cell.component.ts class DayCellComponent (line 9) | class DayCellComponent extends NbCalendarDayCellComponent { method onClick (line 12) | onClick() { FILE: src/app/pages/extra-components/chat/chat.component.ts class ChatComponent (line 11) | class ChatComponent { method constructor (line 15) | constructor(protected chatService: ChatService) { method sendMessage (line 19) | sendMessage(event: any) { FILE: src/app/pages/extra-components/chat/chat.service.ts class ChatService (line 7) | class ChatService { method loadMessages (line 10) | loadMessages() { method loadBotReplies (line 14) | loadBotReplies() { method reply (line 18) | reply(message: string) { FILE: src/app/pages/extra-components/extra-components-routing.module.ts class ExtraComponentsRoutingModule (line 47) | class ExtraComponentsRoutingModule { FILE: src/app/pages/extra-components/extra-components.component.ts class ExtraComponentsComponent (line 9) | class ExtraComponentsComponent { FILE: src/app/pages/extra-components/extra-components.module.ts constant COMPONENTS (line 41) | const COMPONENTS = [ constant MODULES (line 60) | const MODULES = [ class ExtraComponentsModule (line 86) | class ExtraComponentsModule { } FILE: src/app/pages/extra-components/form-inputs/nebular-form-inputs.component.ts class NebularFormInputsComponent (line 8) | class NebularFormInputsComponent { FILE: src/app/pages/extra-components/form-inputs/nebular-select/nebular-select.component.ts class NebularSelectComponent (line 8) | class NebularSelectComponent { FILE: src/app/pages/extra-components/progress-bar/interactive-progress-bar/interactive-progress-bar.component.ts class InteractiveProgressBarComponent (line 8) | class InteractiveProgressBarComponent { method status (line 12) | get status() { method canIncrease (line 24) | get canIncrease(): boolean { method canDecrease (line 28) | get canDecrease(): boolean { method decreaseValue (line 32) | decreaseValue() { method increaseValue (line 38) | increaseValue() { FILE: src/app/pages/extra-components/progress-bar/progress-bar.component.ts class ProgressBarComponent (line 8) | class ProgressBarComponent { FILE: src/app/pages/extra-components/spinner/spinner-color/spinner-color.component.ts class SpinnerColorComponent (line 8) | class SpinnerColorComponent { FILE: src/app/pages/extra-components/spinner/spinner-in-buttons/spinner-in-buttons.component.ts class SpinnerInButtonsComponent (line 9) | class SpinnerInButtonsComponent { method toggleLoadingLargeGroupAnimation (line 14) | toggleLoadingLargeGroupAnimation() { method toggleLoadingMediumGroupAnimation (line 20) | toggleLoadingMediumGroupAnimation() { FILE: src/app/pages/extra-components/spinner/spinner-in-tabs/spinner-in-tabs.component.ts class SpinnerInTabsComponent (line 9) | class SpinnerInTabsComponent { method toggleLoadingAnimation (line 13) | toggleLoadingAnimation() { FILE: src/app/pages/extra-components/spinner/spinner-sizes/spinner-sizes.component.ts class SpinnerSizesComponent (line 8) | class SpinnerSizesComponent { FILE: src/app/pages/extra-components/spinner/spinner.component.ts class SpinnerComponent (line 9) | class SpinnerComponent { method toggleLoadingAnimation (line 13) | toggleLoadingAnimation() { FILE: src/app/pages/forms/buttons/buttons.component.ts class ButtonsComponent (line 9) | class ButtonsComponent { FILE: src/app/pages/forms/datepicker/datepicker.component.ts class DatepickerComponent (line 9) | class DatepickerComponent { method constructor (line 14) | constructor(protected dateService: NbDateService) { FILE: src/app/pages/forms/form-inputs/form-inputs.component.ts class FormInputsComponent (line 8) | class FormInputsComponent { FILE: src/app/pages/forms/form-layouts/form-layouts.component.ts class FormLayoutsComponent (line 8) | class FormLayoutsComponent { FILE: src/app/pages/forms/forms-routing.module.ts class FormsRoutingModule (line 47) | class FormsRoutingModule { FILE: src/app/pages/forms/forms.component.ts class FormsComponent (line 9) | class FormsComponent { FILE: src/app/pages/forms/forms.module.ts class FormsModule (line 47) | class FormsModule { } FILE: src/app/pages/layout/accordion/accordion.component.ts class AccordionComponent (line 8) | class AccordionComponent { method toggle (line 12) | toggle() { FILE: src/app/pages/layout/infinite-list/infinite-list.component.ts class InfiniteListComponent (line 9) | class InfiniteListComponent { method constructor (line 26) | constructor(private newsService: NewsService) {} method loadNext (line 28) | loadNext(cardData) { FILE: src/app/pages/layout/infinite-list/news-post-placeholder/news-post-placeholder.component.ts class NewsPostPlaceholderComponent (line 8) | class NewsPostPlaceholderComponent { FILE: src/app/pages/layout/infinite-list/news-post/news-post.component.ts class NewsPostComponent (line 9) | class NewsPostComponent { FILE: src/app/pages/layout/layout-routing.module.ts class LayoutRoutingModule (line 57) | class LayoutRoutingModule { FILE: src/app/pages/layout/layout.component.ts class LayoutComponent (line 9) | class LayoutComponent { FILE: src/app/pages/layout/layout.module.ts class LayoutModule (line 56) | class LayoutModule { } FILE: src/app/pages/layout/list/list.component.ts class ListComponent (line 9) | class ListComponent { FILE: src/app/pages/layout/news.service.ts constant TOTAL_PAGES (line 6) | const TOTAL_PAGES = 7; class NewsPost (line 8) | class NewsPost { class NewsService (line 16) | class NewsService { method constructor (line 18) | constructor(private http: HttpClient) {} method load (line 20) | load(page: number, pageSize: number): Observable { FILE: src/app/pages/layout/stepper/stepper.component.ts class StepperComponent (line 9) | class StepperComponent implements OnInit { method constructor (line 15) | constructor(private fb: UntypedFormBuilder) { method ngOnInit (line 18) | ngOnInit() { method onFirstSubmit (line 32) | onFirstSubmit() { method onSecondSubmit (line 36) | onSecondSubmit() { method onThirdSubmit (line 40) | onThirdSubmit() { FILE: src/app/pages/layout/tabs/tabs.component.ts class Tab1Component (line 15) | class Tab1Component { } class Tab2Component (line 23) | class Tab2Component { } class TabsComponent (line 30) | class TabsComponent { FILE: src/app/pages/maps/bubble/bubble-map.component.ts class BubbleMapComponent (line 18) | class BubbleMapComponent implements OnDestroy { method constructor (line 31) | constructor(private theme: NbThemeService, method ngOnDestroy (line 539) | ngOnDestroy() { method getRandomGeoColor (line 543) | private getRandomGeoColor() { FILE: src/app/pages/maps/gmaps/gmaps.component.ts class GmapsComponent (line 8) | class GmapsComponent { FILE: src/app/pages/maps/leaflet/leaflet.component.ts class LeafletComponent (line 17) | class LeafletComponent { FILE: src/app/pages/maps/maps-routing.module.ts class MapsRoutingModule (line 34) | class MapsRoutingModule { } FILE: src/app/pages/maps/maps.component.ts class MapsComponent (line 9) | class MapsComponent { FILE: src/app/pages/maps/maps.module.ts class MapsModule (line 24) | class MapsModule { } FILE: src/app/pages/maps/search-map/entity/position.model.ts class PositionModel (line 1) | class PositionModel { method constructor (line 2) | constructor( FILE: src/app/pages/maps/search-map/map/map.component.ts class MapComponent (line 9) | class MapComponent implements OnInit { method searchedPosition (line 14) | public set searchedPosition(position: PositionModel) { method ngOnInit (line 21) | ngOnInit() { FILE: src/app/pages/maps/search-map/search-map.component.ts class SearchMapComponent (line 8) | class SearchMapComponent { method setPosition (line 11) | setPosition(position: PositionModel) { FILE: src/app/pages/maps/search-map/search/search.component.ts class SearchComponent (line 8) | class SearchComponent implements OnInit { method constructor (line 16) | constructor(private ngZone: NgZone) {} method ngOnInit (line 18) | ngOnInit() { FILE: src/app/pages/miscellaneous/miscellaneous-routing.module.ts class MiscellaneousRoutingModule (line 24) | class MiscellaneousRoutingModule { FILE: src/app/pages/miscellaneous/miscellaneous.component.ts class MiscellaneousComponent (line 9) | class MiscellaneousComponent { FILE: src/app/pages/miscellaneous/miscellaneous.module.ts class MiscellaneousModule (line 21) | class MiscellaneousModule { } FILE: src/app/pages/miscellaneous/not-found/not-found.component.ts class NotFoundComponent (line 9) | class NotFoundComponent { method constructor (line 11) | constructor(private menuService: NbMenuService) { method goToHome (line 14) | goToHome() { FILE: src/app/pages/modal-overlays/dialog/dialog-name-prompt/dialog-name-prompt.component.ts class DialogNamePromptComponent (line 9) | class DialogNamePromptComponent { method constructor (line 11) | constructor(protected ref: NbDialogRef) {} method cancel (line 13) | cancel() { method submit (line 17) | submit(name) { FILE: src/app/pages/modal-overlays/dialog/dialog.component.ts class DialogComponent (line 11) | class DialogComponent { method constructor (line 15) | constructor(private dialogService: NbDialogService) {} method open (line 17) | open() { method open2 (line 25) | open2(dialog: TemplateRef) { method open3 (line 31) | open3() { method openWithoutBackdrop (line 36) | openWithoutBackdrop(dialog: TemplateRef) { method openWithoutBackdropClick (line 45) | openWithoutBackdropClick(dialog: TemplateRef) { method openWithoutEscClose (line 54) | openWithoutEscClose(dialog: TemplateRef) { FILE: src/app/pages/modal-overlays/dialog/showcase-dialog/showcase-dialog.component.ts class ShowcaseDialogComponent (line 9) | class ShowcaseDialogComponent { method constructor (line 13) | constructor(protected ref: NbDialogRef) {} method dismiss (line 15) | dismiss() { FILE: src/app/pages/modal-overlays/modal-overlays-routing.module.ts class ModalOverlaysRoutingModule (line 41) | class ModalOverlaysRoutingModule { FILE: src/app/pages/modal-overlays/modal-overlays.component.ts class ModalOverlaysComponent (line 10) | class ModalOverlaysComponent { FILE: src/app/pages/modal-overlays/modal-overlays.module.ts constant COMPONENTS (line 36) | const COMPONENTS = [ constant ENTRY_COMPONENTS (line 51) | const ENTRY_COMPONENTS = [ constant MODULES (line 60) | const MODULES = [ constant SERVICES (line 76) | const SERVICES = [ class ModalOverlaysModule (line 90) | class ModalOverlaysModule { FILE: src/app/pages/modal-overlays/popovers/popover-examples.component.ts class NgxPopoverTabsComponent (line 20) | class NgxPopoverTabsComponent { class NgxPopoverFormComponent (line 42) | class NgxPopoverFormComponent { class NgxPopoverCardComponent (line 66) | class NgxPopoverCardComponent { FILE: src/app/pages/modal-overlays/popovers/popovers.component.ts class PopoversComponent (line 12) | class PopoversComponent { FILE: src/app/pages/modal-overlays/toastr/toastr.component.ts class ToastrComponent (line 16) | class ToastrComponent { method constructor (line 17) | constructor(private toastrService: NbToastrService) {} method makeToast (line 56) | makeToast() { method openRandomToast (line 60) | openRandomToast () { method showToast (line 69) | private showToast(type: NbComponentStatus, title: string, body: string) { FILE: src/app/pages/modal-overlays/tooltip/tooltip.component.ts class TooltipComponent (line 8) | class TooltipComponent { FILE: src/app/pages/modal-overlays/window/window-form/window-form.component.ts class WindowFormComponent (line 16) | class WindowFormComponent { method constructor (line 17) | constructor(public windowRef: NbWindowRef) {} method close (line 19) | close() { FILE: src/app/pages/modal-overlays/window/window.component.ts class WindowComponent (line 10) | class WindowComponent { method constructor (line 15) | constructor(private windowService: NbWindowService) {} method openWindow (line 17) | openWindow(contentTemplate) { method openWindowForm (line 29) | openWindowForm() { method openWindowWithoutBackdrop (line 33) | openWindowWithoutBackdrop() { FILE: src/app/pages/pages-menu.ts constant MENU_ITEMS (line 3) | const MENU_ITEMS: NbMenuItem[] = [ FILE: src/app/pages/pages-routing.module.ts class PagesRoutingModule (line 87) | class PagesRoutingModule { FILE: src/app/pages/pages.component.ts class PagesComponent (line 15) | class PagesComponent { FILE: src/app/pages/pages.module.ts class PagesModule (line 24) | class PagesModule { FILE: src/app/pages/tables/smart-table/smart-table.component.ts class SmartTableComponent (line 11) | class SmartTableComponent { method constructor (line 58) | constructor(private service: SmartTableData) { method onDeleteConfirm (line 63) | onDeleteConfirm(event): void { FILE: src/app/pages/tables/tables-routing.module.ts class TablesRoutingModule (line 27) | class TablesRoutingModule { } FILE: src/app/pages/tables/tables.component.ts class TablesComponent (line 7) | class TablesComponent { FILE: src/app/pages/tables/tables.module.ts class TablesModule (line 24) | class TablesModule { } FILE: src/app/pages/tables/tree-grid/tree-grid.component.ts type TreeNode (line 4) | interface TreeNode { type FSEntry (line 10) | interface FSEntry { class TreeGridComponent (line 22) | class TreeGridComponent { method constructor (line 32) | constructor(private dataSourceBuilder: NbTreeGridDataSourceBuilder