BennyFranco / ng-editable-table

An editable table for angular
16 stars 6 forks source link

Removed BrowserModule #6

Closed alfredfrancis closed 7 years ago

alfredfrancis commented 7 years ago

You should only import BrowserModule once in app.module. Other modules should be importing CommonModules instead.

BennyFranco commented 7 years ago

Thanks for your observation and contribution.