After I imported Network in app.module.ts and added Network in providers list, it gives the error
"Type ‘NetworkOriginal’ is not assignable to type ‘Provider’.
_ Type ‘NetworkOriginal’ is missing the following properties from type ‘FactoryProvider’: provide, useFactory [2322]"_