Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

imports page does not work for certain cases #36

Open
timstoddard opened this issue Nov 11, 2021 · 0 comments
Open

imports page does not work for certain cases #36

timstoddard opened this issue Nov 11, 2021 · 0 comments

Comments

@timstoddard
Copy link
Owner

main question: fix these or scrap the component altogether?
side note: imports should be organized by module name, not by first alpha char in path

--

import { XHR } from '@angular/compiler';
import { Directive, Input, PLATFORM_DIRECTIVES, PLATFORM_PIPES } from '@angular/core';
import { CachedXHR } from '@angular/platform-browser-dynamic/src/xhr/xhr_cache';
import { BrowserDomAdapter } from '@angular/platform-browser/src/browser/browser_adapter';
import 'rxjs/add/observable/of';
import { Observable } from 'rxjs/Observable';

--

import {
CustomerDetailsComponent,

} from './customer-details';
import { EmailDetailsComponent,
EmailsComponent} from './customer-details/emails';
import { NewNoteComponent,
NoteDetailsComponent,
NotesComponent} from './customer-details/notes';

--

import { Component } from '@angular/core';
import { Store } from '@ngrx/store';

import {
AppColumn,
AppColumnRouterService,
AppState,
} from '../../core';
import { AutoColumnSize, ColumnSize } from '../../core/app-column-router/app-column';

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant