project structure update for more accurate import

This commit is contained in:
nixa 2016-05-04 11:49:36 +03:00
parent 36288562e6
commit 945cdb7e4f
43 changed files with 47 additions and 42 deletions

View file

@ -1,5 +1,5 @@
import {Component, ViewEncapsulation} from 'angular2/core';
import {BaCard} from '../../../../theme';
import {BaCard} from '../../../../theme/components';
import {ChartJsService} from "./chartJs.service";

View file

@ -1,5 +1,5 @@
import {Component, ViewEncapsulation} from 'angular2/core';
import {BaCard} from '../../../../theme';
import {BaCard} from '../../../../theme/components';
import {ChartistJsService} from "./chartistJs.service";

View file

@ -1,7 +1,7 @@
import {Component, ViewEncapsulation} from 'angular2/core';
import {PopularApp} from './popularApp';
import {BaCard} from '../../theme';
import {BaCard} from '../../theme/components';
@Component({

View file

@ -1,5 +1,5 @@
import {Component, ViewEncapsulation} from 'angular2/core';
import {BaCard} from '../../../../theme';
import {BaCard} from '../../../../theme/components';
import {layoutPaths} from "../../../../theme/theme.constants";
import {BubbleMapsService} from "./bubbleMaps.service";

View file

@ -1,5 +1,5 @@
import {Component, ViewEncapsulation, ElementRef} from 'angular2/core';
import {BaCard} from '../../../../theme';
import {BaCard} from '../../../../theme/components';
import {DOM} from "angular2/src/platform/dom/dom_adapter";
@Component({

View file

@ -1,5 +1,5 @@
import {Component, ViewEncapsulation, ElementRef} from 'angular2/core';
import {BaCard} from '../../../../theme';
import {BaCard} from '../../../../theme/components';
import {DOM} from "angular2/src/platform/dom/dom_adapter";
@Component({

View file

@ -1,5 +1,5 @@
import {Component, ViewEncapsulation} from 'angular2/core';
import {BaCard} from '../../../../theme';
import {BaCard} from '../../../../theme/components';
import {layoutColors, layoutPaths} from "../../../../theme/theme.constants";
import {LineMapsService} from "./lineMaps.service";

View file

@ -1,7 +1,8 @@
import {Component, ViewEncapsulation} from 'angular2/core';
import {RouteConfig, Router} from 'angular2/router';
import {RouteConfig} from 'angular2/router';
import {PageTop, ContentTop, Sidebar} from '../theme/components';
import {PageTop, ContentTop, Sidebar} from '../theme';
import {Dashboard} from './dashboard';
import {Ui} from './ui';
import {Maps} from './maps';