Move style to angular (#72)
* Move global styles to angular app * Create dummy notification component * Create dummy html for macro * Fix click on sidemenu, so that link is the whole line
This commit is contained in:
committed by
József Farkas
parent
094060d8db
commit
d5b5f3293a
@@ -11,9 +11,10 @@ import { MainAppComponent } from './main-app.component';
|
||||
import { KeymapComponent } from './components/keymap/keymap.component';
|
||||
import { MacroComponent } from './components/macro/macro.component';
|
||||
import { LegacyLoaderComponent } from './components/legacy/legacy-loader.component';
|
||||
import { NotificationComponent } from './components/notification/notification.component';
|
||||
|
||||
@NgModule({
|
||||
declarations: [MainAppComponent, KeymapComponent, MacroComponent, LegacyLoaderComponent],
|
||||
declarations: [MainAppComponent, KeymapComponent, MacroComponent, LegacyLoaderComponent, NotificationComponent],
|
||||
imports: [BrowserModule],
|
||||
providers: [
|
||||
DataProviderService,
|
||||
|
||||
Reference in New Issue
Block a user