Я получаю эту ошибку и не знаю точную причину этой ошибки
ERROR in node_modules/@angular/platform-browser/src/browser/browser_adapter.d.ts(62,5):
error TS2416: Property 'createScriptTag' in type 'BrowserDomAdapter'
is not assignable to the same property in base type 'GenericBrowserDomAdapter'.
Type '(attrName: string, attrValue: string, doc?: Document) =>
HTMLScriptElement' is not assignable to type
'(attrName: string, attrValue: string, doc?: any) => HTMLInputElement'.
Type 'HTMLScriptElement' is not assignable to type 'HTMLInputElement'.
Property 'accept' is missing in type 'HTMLScriptElement'.