Skip to content

Commit

Permalink
fix: COM-280 move menu.component to graveyard
Browse files Browse the repository at this point in the history
  • Loading branch information
felixroos committed Jul 26, 2019
1 parent 0c2f334 commit 7966a71
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/ui/src/lib/utility/utility.module.ts
Expand Up @@ -5,15 +5,14 @@ import { RouterModule } from '@angular/router';
import { IoModule } from '../io/io.module';
import { FocusDirective } from './focus/focus.directive';
import { LoginFormComponent } from './login-form/login-form.component';
import { MenuComponent } from './menu/menu.component';
import { SignupFormComponent } from './signup-form/signup-form.component';
import { TabComponent } from './tab/tab.component';
import { TabsComponent } from './tabs/tabs.component';
import { KeycommandsService } from './keycommands/keycommands.service';

export const utilityModuleConfig = {
entryComponents: [],
declarations: [TabsComponent, TabComponent, MenuComponent, LoginFormComponent, SignupFormComponent, FocusDirective],
declarations: [TabsComponent, TabComponent, LoginFormComponent, SignupFormComponent, FocusDirective],
imports: [FormsModule, ReactiveFormsModule, IoModule, CommonModule, RouterModule],
exports: [
/* FormsModule,
Expand All @@ -22,7 +21,6 @@ export const utilityModuleConfig = {
*/
TabsComponent,
TabComponent,
MenuComponent,
LoginFormComponent,
SignupFormComponent,
FocusDirective,
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 7966a71

Please sign in to comment.