Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
philwilliammee committed Jun 16, 2023
1 parent f697a02 commit a9159e8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@ module.exports = {
core: {
builder: "@storybook/builder-webpack5",
},
angularOptions: {
enableIvy: false,
},
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cu-ng-design-system",
"version": "16.1.0",
"version": "16.2.0",
"description": "CU Angular Design System",
"scripts": {
"ng": "ng",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { MaterialModule } from './shared/modules/material/material.module';
import { HeaderComponent } from './components/layout/header/header.component';
import { MainMenuComponent } from './components/layout/main-menu/main-menu.component';
import { RouterModule } from '@angular/router';
import { BrowserModule } from '@angular/platform-browser';
// import { BrowserModule } from '@angular/platform-browser';
import { HeaderButtonsComponent } from './components/layout/header-buttons/header-buttons.component';
import { MainComponent } from './components/layout/main/main.component';
import { MainFooterComponent } from './components/layout/main-footer/main-footer.component';
Expand Down Expand Up @@ -62,7 +62,7 @@ import { BreadCrumbComponent } from './components/bread-crumb/bread-crumb.compon
imports: [
MaterialModule,
RouterModule,
BrowserModule,
// BrowserModule,
// CommonModule,
BrowserAnimationsModule,
],
Expand Down

0 comments on commit a9159e8

Please sign in to comment.