angular 9 assets not getting using require code example
Example: firebase angular assets not showing
// angular 6.1.3 and after
// change tsconfig.json from
"outDir": "./dist/out-tsc",
// to
"outDir": "./dist",
// angular 6.1.3 and after
// change tsconfig.json from
"outDir": "./dist/out-tsc",
// to
"outDir": "./dist",