mirror of
https://github.com/bitwarden/browser
synced 2026-01-07 11:03:30 +00:00
[CL-717][PM-27966] Update to Angular 20 and Storybook 9 (#17638)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Controls, Meta, Primary } from "@storybook/addon-docs";
|
||||
import { Controls, Meta, Primary } from "@storybook/addon-docs/blocks";
|
||||
|
||||
import * as stories from "./cipher-form.stories";
|
||||
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
// @ts-strict-ignore
|
||||
import { importProvidersFrom, signal } from "@angular/core";
|
||||
import { ActivatedRoute } from "@angular/router";
|
||||
import { action } from "@storybook/addon-actions";
|
||||
import {
|
||||
applicationConfig,
|
||||
componentWrapperDecorator,
|
||||
@@ -11,6 +10,7 @@ import {
|
||||
StoryObj,
|
||||
} from "@storybook/angular";
|
||||
import { BehaviorSubject, of } from "rxjs";
|
||||
import { action } from "storybook/actions";
|
||||
|
||||
// This import has been flagged as unallowed for this class. It may be involved in a circular dependency loop.
|
||||
// eslint-disable-next-line no-restricted-imports
|
||||
|
||||
Reference in New Issue
Block a user