Skip to content

Instantly share code, notes, and snippets.

@NetanelBasal
Created September 2, 2022 06:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NetanelBasal/69a83f066af5b664f5d266ed5117505e to your computer and use it in GitHub Desktop.
Save NetanelBasal/69a83f066af5b664f5d266ed5117505e to your computer and use it in GitHub Desktop.
AppComponent.ɵfac = function AppComponent_Factory(t) {
return new (t || AppComponent)(
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵdirectiveInject"](FOO),
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵdirectiveInject"](BAR, 8),
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵdirectiveInject"](
_angular_common_http__WEBPACK_IMPORTED_MODULE_1__.HttpClient
),
...
);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment