mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 23:40:14 +01:00
build: replace @nga/theme and @nga/auth with @akveo/nga-theme and @akveo/nga-auth
This commit is contained in:
parent
2239e80e59
commit
d351b3d6ff
13 changed files with 16 additions and 16 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import { Component } from '@angular/core';
|
||||
|
||||
import { NgaSidebarService, NgaMenuService } from '@nga/theme';
|
||||
import { NgaThemeService } from '@nga/theme/services/theme.service';
|
||||
import { NgaSidebarService, NgaMenuService } from '@akveo/nga-theme';
|
||||
import { NgaThemeService } from '@akveo/nga-theme/services/theme.service';
|
||||
|
||||
@Component({
|
||||
selector: 'ngx-header',
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@
|
|||
@import 'variables';
|
||||
|
||||
// framework component themes (styles tied to theme variables)
|
||||
@import '~@nga/theme/styles/globals';
|
||||
@import '~@nga/auth/styles/all';
|
||||
@import '~@akveo/nga-theme/styles/globals';
|
||||
@import '~@akveo/nga-auth/styles/all';
|
||||
|
||||
// custom global styles
|
||||
@import 'global';
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
// nga theming framework
|
||||
@import '~@nga/theme/styles/theming';
|
||||
@import '~@akveo/nga-theme/styles/theming';
|
||||
// nga our of the box themes
|
||||
@import '~@nga/theme/styles/themes';
|
||||
@import '~@akveo/nga-theme/styles/themes';
|
||||
|
||||
// which themes you what to enable (empty to enable all - not recommended)
|
||||
$nga-enabled-themes: (default, light, cosmic);
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ import {
|
|||
NgaUserModule,
|
||||
NgaActionsModule,
|
||||
NgaSearchModule,
|
||||
} from '@nga/theme';
|
||||
} from '@akveo/nga-theme';
|
||||
|
||||
import {
|
||||
HeaderComponent,
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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';
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import { NgaMenuItem } from '@nga/theme';
|
||||
import { NgaMenuItem } from '@akveo/nga-theme';
|
||||
|
||||
import { List } from 'immutable';
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
import { NgModule } from '@angular/core';
|
||||
|
||||
import { NgaMenuModule, NgaSidebarModule, NgaThemeModule } from '@nga/theme';
|
||||
import { NgaMenuModule, NgaSidebarModule, NgaThemeModule } from '@akveo/nga-theme';
|
||||
|
||||
import { menuItems } from './pages-menu';
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
@import '../../../@theme/styles/variables';
|
||||
@import '~@nga/theme/styles/global/bootstrap/buttons';
|
||||
@import '~@akveo/nga-theme/styles/global/bootstrap/buttons';
|
||||
|
||||
@mixin btn-bg($background) {
|
||||
background-color: $background;
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
import { NgModule } from '@angular/core';
|
||||
import { NgaActionsModule, NgaSearchModule, NgaUserModule } from '@nga/theme';
|
||||
import { NgaActionsModule, NgaSearchModule, NgaUserModule } from '@akveo/nga-theme';
|
||||
|
||||
import { SharedModule } from '../../../shared.module';
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
import { NgModule } from '@angular/core';
|
||||
import { NgaTabsetModule, NgaRouteTabsetModule, NgaSearchModule } from '@nga/theme';
|
||||
import { NgaTabsetModule, NgaRouteTabsetModule, NgaSearchModule } from '@akveo/nga-theme';
|
||||
|
||||
import { SharedModule } from '../../shared.module';
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ import { NgModule } from '@angular/core';
|
|||
import { CommonModule } from '@angular/common';
|
||||
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
|
||||
import { RouterModule } from '@angular/router';
|
||||
import { NgaCardModule, NgaThemeModule } from '@nga/theme';
|
||||
import { NgaCardModule, NgaThemeModule } from '@akveo/nga-theme';
|
||||
|
||||
@NgModule({
|
||||
exports: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue