Loading .vscode/settings.json +2 −0 Original line number Diff line number Diff line Loading @@ -70,12 +70,14 @@ "Codegen", "CQRS", "devkit", "echarts", "entrypoint", "envalid", "esnext", "fontawesome", "fortawesome", "GQLPORT", "highlightjs", "inversify", "KEYMETRICS", "LINKEDIN", Loading packages/admin-web-angular/src/app/@shared/product/categories/categories-table/categories-table.stories.ts +2 −3 Original line number Diff line number Diff line Loading @@ -13,8 +13,8 @@ import { routes, NbAuthModule } from '@nebular/auth'; import { NotifyService } from '@app/@core/services/notify/notify.service'; import { DeviceService } from '@app/@core/data/device.service'; import { APOLLO_OPTIONS } from 'apollo-angular'; import { HttpLink, HttpLinkModule } from 'apollo-angular-link-http'; import { InMemoryCache } from 'apollo-cache-inmemory'; import { HttpLink } from 'apollo-angular/http'; import { InMemoryCache } from '@apollo/client/core'; import { PipesModule } from '@modules/client.common.angular2/pipes/pipes.module'; import { HttpClientModule } from '@angular/common/http'; import { FileUploaderModule } from '@app/@shared/file-uploader/file-uploader.module'; Loading Loading @@ -56,7 +56,6 @@ stories.addDecorator( ToasterModule.forRoot(), RouterModule.forChild(routes), NbAuthModule, HttpLinkModule, PipesModule, FileUploaderModule, Ng2SmartTableModule, Loading packages/admin-web-angular/src/app/@shared/product/categories/category-create/category-create.stories.ts +2 −3 Original line number Diff line number Diff line Loading @@ -18,8 +18,8 @@ import { routes, NbAuthModule } from '@nebular/auth'; import { NotifyService } from '@app/@core/services/notify/notify.service'; import { DeviceService } from '@app/@core/data/device.service'; import { APOLLO_OPTIONS } from 'apollo-angular'; import { HttpLink, HttpLinkModule } from 'apollo-angular-link-http'; import { InMemoryCache } from 'apollo-cache-inmemory'; import { HttpLink } from 'apollo-angular/http'; import { InMemoryCache } from '@apollo/client/core'; import { PipesModule } from '@modules/client.common.angular2/pipes/pipes.module'; import { HttpClientModule } from '@angular/common/http'; import { CategoryCreateComponent } from './category-create.component'; Loading Loading @@ -63,7 +63,6 @@ stories.addDecorator( ToasterModule.forRoot(), RouterModule.forChild(routes), NbAuthModule, HttpLinkModule, PipesModule, FileUploaderModule, Ng2SmartTableModule, Loading packages/admin-web-angular/src/app/pages/+customers/+customer/ea-customer-info/ea-customer-info.stories.ts +2 −2 Original line number Diff line number Diff line Loading @@ -38,8 +38,8 @@ import { RouterModule } from '@angular/router'; import { NbAuthModule } from '@nebular/auth'; import { NotifyService } from '@app/@core/services/notify/notify.service'; import { APOLLO_OPTIONS } from 'apollo-angular'; import { HttpLink } from 'apollo-angular-link-http'; import { InMemoryCache } from 'apollo-cache-inmemory'; import { HttpLink } from 'apollo-angular/http'; import { InMemoryCache } from '@apollo/client/core'; import { PipesModule } from '@modules/client.common.angular2/pipes/pipes.module'; import { HttpClient, HttpClientModule } from '@angular/common/http'; import { TranslateHttpLoader } from '@ngx-translate/http-loader'; Loading packages/admin-web-angular/src/app/pages/+dashboard/dashboard-select-store/dashboard-select-store.stories.ts +2 −2 Original line number Diff line number Diff line Loading @@ -12,8 +12,8 @@ import { RouterModule } from '@angular/router'; import { routes, NbAuthModule } from '@nebular/auth'; import { NotifyService } from '@app/@core/services/notify/notify.service'; import { APOLLO_OPTIONS } from 'apollo-angular'; import { HttpLink } from 'apollo-angular-link-http'; import { InMemoryCache } from 'apollo-cache-inmemory'; import { HttpLink } from 'apollo-angular/http'; import { InMemoryCache } from '@apollo/client/core'; import { PipesModule } from '@modules/client.common.angular2/pipes/pipes.module'; import { HttpClient, HttpClientModule } from '@angular/common/http'; import { TranslateHttpLoader } from '@ngx-translate/http-loader'; Loading Loading
.vscode/settings.json +2 −0 Original line number Diff line number Diff line Loading @@ -70,12 +70,14 @@ "Codegen", "CQRS", "devkit", "echarts", "entrypoint", "envalid", "esnext", "fontawesome", "fortawesome", "GQLPORT", "highlightjs", "inversify", "KEYMETRICS", "LINKEDIN", Loading
packages/admin-web-angular/src/app/@shared/product/categories/categories-table/categories-table.stories.ts +2 −3 Original line number Diff line number Diff line Loading @@ -13,8 +13,8 @@ import { routes, NbAuthModule } from '@nebular/auth'; import { NotifyService } from '@app/@core/services/notify/notify.service'; import { DeviceService } from '@app/@core/data/device.service'; import { APOLLO_OPTIONS } from 'apollo-angular'; import { HttpLink, HttpLinkModule } from 'apollo-angular-link-http'; import { InMemoryCache } from 'apollo-cache-inmemory'; import { HttpLink } from 'apollo-angular/http'; import { InMemoryCache } from '@apollo/client/core'; import { PipesModule } from '@modules/client.common.angular2/pipes/pipes.module'; import { HttpClientModule } from '@angular/common/http'; import { FileUploaderModule } from '@app/@shared/file-uploader/file-uploader.module'; Loading Loading @@ -56,7 +56,6 @@ stories.addDecorator( ToasterModule.forRoot(), RouterModule.forChild(routes), NbAuthModule, HttpLinkModule, PipesModule, FileUploaderModule, Ng2SmartTableModule, Loading
packages/admin-web-angular/src/app/@shared/product/categories/category-create/category-create.stories.ts +2 −3 Original line number Diff line number Diff line Loading @@ -18,8 +18,8 @@ import { routes, NbAuthModule } from '@nebular/auth'; import { NotifyService } from '@app/@core/services/notify/notify.service'; import { DeviceService } from '@app/@core/data/device.service'; import { APOLLO_OPTIONS } from 'apollo-angular'; import { HttpLink, HttpLinkModule } from 'apollo-angular-link-http'; import { InMemoryCache } from 'apollo-cache-inmemory'; import { HttpLink } from 'apollo-angular/http'; import { InMemoryCache } from '@apollo/client/core'; import { PipesModule } from '@modules/client.common.angular2/pipes/pipes.module'; import { HttpClientModule } from '@angular/common/http'; import { CategoryCreateComponent } from './category-create.component'; Loading Loading @@ -63,7 +63,6 @@ stories.addDecorator( ToasterModule.forRoot(), RouterModule.forChild(routes), NbAuthModule, HttpLinkModule, PipesModule, FileUploaderModule, Ng2SmartTableModule, Loading
packages/admin-web-angular/src/app/pages/+customers/+customer/ea-customer-info/ea-customer-info.stories.ts +2 −2 Original line number Diff line number Diff line Loading @@ -38,8 +38,8 @@ import { RouterModule } from '@angular/router'; import { NbAuthModule } from '@nebular/auth'; import { NotifyService } from '@app/@core/services/notify/notify.service'; import { APOLLO_OPTIONS } from 'apollo-angular'; import { HttpLink } from 'apollo-angular-link-http'; import { InMemoryCache } from 'apollo-cache-inmemory'; import { HttpLink } from 'apollo-angular/http'; import { InMemoryCache } from '@apollo/client/core'; import { PipesModule } from '@modules/client.common.angular2/pipes/pipes.module'; import { HttpClient, HttpClientModule } from '@angular/common/http'; import { TranslateHttpLoader } from '@ngx-translate/http-loader'; Loading
packages/admin-web-angular/src/app/pages/+dashboard/dashboard-select-store/dashboard-select-store.stories.ts +2 −2 Original line number Diff line number Diff line Loading @@ -12,8 +12,8 @@ import { RouterModule } from '@angular/router'; import { routes, NbAuthModule } from '@nebular/auth'; import { NotifyService } from '@app/@core/services/notify/notify.service'; import { APOLLO_OPTIONS } from 'apollo-angular'; import { HttpLink } from 'apollo-angular-link-http'; import { InMemoryCache } from 'apollo-cache-inmemory'; import { HttpLink } from 'apollo-angular/http'; import { InMemoryCache } from '@apollo/client/core'; import { PipesModule } from '@modules/client.common.angular2/pipes/pipes.module'; import { HttpClient, HttpClientModule } from '@angular/common/http'; import { TranslateHttpLoader } from '@ngx-translate/http-loader'; Loading