Skip to content

Commit 53994b2

Browse files
committed
Remove BrowserModule dep #174
1 parent 60beef9 commit 53994b2

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

projects/dashjoin/json-schema-form/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dashjoin/json-schema-form",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"license": "Apache-2.0",
55
"repository": {
66
"type": "git",

projects/dashjoin/json-schema-form/src/lib/json-schema-form.module.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ import { MatTabsModule } from '@angular/material/tabs';
1818
import { MatChipsModule } from '@angular/material/chips';
1919

2020
import { CommonModule } from '@angular/common';
21-
import { BrowserModule } from '@angular/platform-browser';
2221

2322
import { ObjectComponent } from './object/object.component';
2423
import { ArrayComponent } from './array/array.component';
@@ -58,7 +57,6 @@ import { ChipsComponent } from './chips/chips.component';
5857
],
5958
imports: [
6059
CommonModule,
61-
BrowserModule,
6260
HttpClientModule,
6361
FormsModule,
6462
ReactiveFormsModule,

0 commit comments

Comments
 (0)