1
0
mirror of https://github.com/bitwarden/directory-connector synced 2025-12-15 07:43:27 +00:00

Angular 15 (#326)

* Install Angular CLI

* Core setup and cleanup

* TypeScript and webpack updates

* Angular 13

* Add JS lib to Angular workspace

* Do not use JS library with workspace

* Angular 14

* Angular 15

* Code fixes

* Couple package bumps

* Restore angularCompilerOptions

* Remove property reference to users inside group that didn't exist
This commit is contained in:
Matt Bishop
2023-06-02 11:42:01 -04:00
committed by GitHub
parent 83d527a83e
commit 0ddf81f644
8 changed files with 5259 additions and 1339 deletions

View File

@@ -1,5 +1,5 @@
import "core-js/stable";
import "zone.js/dist/zone";
import "zone.js";
import { NgModule } from "@angular/core";
import { FormsModule } from "@angular/forms";