mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
[SG-68] Implement org info step (#3083)
* Implement org info step * Set org info sub label properly
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
import { CdkStepperModule } from "@angular/cdk/stepper";
|
||||
import { TitleCasePipe } from "@angular/common";
|
||||
import { NgModule } from "@angular/core";
|
||||
|
||||
import { FormFieldModule } from "@bitwarden/components";
|
||||
|
||||
import { OrganizationCreateModule } from "../organizations/create/organization-create.module";
|
||||
import { RegisterFormModule } from "../register-form/register-form.module";
|
||||
import { SharedModule } from "../shared.module";
|
||||
import { VerticalStepperModule } from "../vertical-stepper/vertical-stepper.module";
|
||||
@@ -19,6 +21,7 @@ import { TrialInitiationComponent } from "./trial-initiation.component";
|
||||
VerticalStepperModule,
|
||||
FormFieldModule,
|
||||
RegisterFormModule,
|
||||
OrganizationCreateModule,
|
||||
],
|
||||
declarations: [
|
||||
TrialInitiationComponent,
|
||||
@@ -27,5 +30,6 @@ import { TrialInitiationComponent } from "./trial-initiation.component";
|
||||
TeamsContentComponent,
|
||||
],
|
||||
exports: [TrialInitiationComponent],
|
||||
providers: [TitleCasePipe],
|
||||
})
|
||||
export class TrialInitiationModule {}
|
||||
|
||||
Reference in New Issue
Block a user