Skip to content

Commit

Permalink
refactor: remove unused modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislav committed Dec 8, 2023
1 parent e18e812 commit 8d9e5c9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 17 deletions.

This file was deleted.

5 changes: 0 additions & 5 deletions apps/forms/control-value-accessor/src/app/app.config.ts

This file was deleted.

5 changes: 1 addition & 4 deletions apps/forms/control-value-accessor/src/main.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
import { bootstrapApplication } from '@angular/platform-browser';
import { appConfig } from './app/app.config';
import { AppComponent } from './app/app.component';

bootstrapApplication(AppComponent, appConfig).catch((err) =>
console.error(err),
);
bootstrapApplication(AppComponent).catch((err) => console.error(err));

0 comments on commit 8d9e5c9

Please sign in to comment.