-
Hi,
I'm trying to load localize-router and am having the following error:
> "Cannot find name 'require'."
In order to fix this, I used
`declare var require: any;`
However, then I am still s…
-
I get the following typescript error:
```Namespace ''*'' has no exported member 'auth'.```
on line 4 of firebaseui.service.d.ts:
```
export declare class FirebaseUIService {
firebaseUiInstanc…
-
I'm submitting a ...
[ X] bug report
Current behavior
I have some p-charts on a template and I'm updating it's data from the component on the OnInit inside a subscribe function.
I managed it…
-
When installed tns-platform-declarations, webpack generate the following error:
```
typescript.js-createSourceFile: /Users/kvindas/Development/js-project/workride-app/platforms/android/build/inter…
-
Actual:
While writing code in Typescript, I entered following
"getData(): Promise"
and it converted to
"getData(): Promise"
Expected:
Since it is not HTML or XML tag, it should not be conver…
-
https://microsoft.github.io/reactxp/docs/components/navigator.html
my guess is that when you guys built this there is no react-navigation, is it possible to adopt https://reactnavigation.org/ inst…
-
Hellow!
1) I enabled Preferences -> JavaScript -> TypeScript -> Validation -> Search for 'tslint' from folder (or manualy put path to file tslint.json)
I copy to Project folder file tslint.json
…
-
On MacOS I'm seeing the following error when trying to start a debug session:
-
## Issue Description
I copied the latest release, and got the error as below.
This is a fresh thing: https://github.com/DefinitelyTyped/DefinitelyTyped/issues/14311
Simply setting typescip…
-
Hi,
can Saltaralle contain partial methods working together with typescript method?
Example, for Customer Dialog can i have remain the old Saltaralle method code and together write new method Ty…