build: replace @nga/theme and @nga/auth with @akveo/nga-theme and @akveo/nga-auth

This commit is contained in:
Alexander Zhukov 2017-06-26 12:38:12 +03:00
parent 2239e80e59
commit d351b3d6ff
13 changed files with 16 additions and 16 deletions

View file

@ -1,5 +1,5 @@
@import '../../@theme/styles/variables';
@import '~@nga/theme/styles/global/bootstrap/hero-buttons';
@import '~@akveo/nga-theme/styles/global/bootstrap/hero-buttons';
@include nga-install-component() {
nga-card-header {

View file

@ -1,5 +1,5 @@
import { NgModule } from '@angular/core';
import { NgaTabsetModule } from '@nga/theme';
import { NgaTabsetModule } from '@akveo/nga-theme';
import { SharedModule } from '../../shared.module';
import { DashboardComponent } from './dashboard.component';

View file

@ -1,5 +1,5 @@
@import '../../../@theme/styles/variables';
@import '~@nga/theme/styles/global/bootstrap/hero-buttons';
@import '~@akveo/nga-theme/styles/global/bootstrap/hero-buttons';
@include nga-install-component() {
nga-card {