Update service paths
This commit is contained in:
@@ -3,7 +3,7 @@ import { RippleModule } from 'primeng/ripple';
|
||||
import { TableModule } from 'primeng/table';
|
||||
import { ButtonModule } from 'primeng/button';
|
||||
import { CommonModule } from '@angular/common';
|
||||
import { Product, ProductService } from '@/src/service/product.service';
|
||||
import { Product, ProductService } from '@/src/service/demo/product.service';
|
||||
|
||||
|
||||
@Component({
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import { Component } from '@angular/core';
|
||||
import { ChartModule } from 'primeng/chart';
|
||||
import { debounceTime, Subscription } from 'rxjs';
|
||||
import { LayoutService } from '@/src/service/layout.service';
|
||||
import { LayoutService } from '@/src/service/layout/layout.service';
|
||||
|
||||
@Component({
|
||||
standalone:true,
|
||||
|
||||
@@ -2,7 +2,7 @@ import { Component, computed, inject } from '@angular/core';
|
||||
import { ButtonModule } from 'primeng/button';
|
||||
import { StyleClassModule } from 'primeng/styleclass';
|
||||
import { AppConfigurator } from '@/src/layout/appconfigurator';
|
||||
import { LayoutService } from '@/src/service/layout.service';
|
||||
import { LayoutService } from '@/src/service/layout/layout.service';
|
||||
|
||||
@Component({
|
||||
selector: 'floating-configurator',
|
||||
|
||||
@@ -3,7 +3,6 @@ import { StyleClassModule } from 'primeng/styleclass';
|
||||
import { Router, RouterModule } from '@angular/router';
|
||||
import { RippleModule } from 'primeng/ripple';
|
||||
import { ButtonModule } from 'primeng/button';
|
||||
import { LayoutService } from '@/src/service/layout.service';
|
||||
|
||||
@Component({
|
||||
selector: 'topbar-widget',
|
||||
|
||||
Reference in New Issue
Block a user