Closed kama1 closed 2 years ago
I'm submitting a ... (check one with "x")
Current behavior:
The close method of WindowRef is not accepting optional return value
Expected behavior:
According to documentations and example the close method should accept an optional return value.
Steps to reproduce:
Related code:
Sample usage in repository
Current declaration
export declare class NbWindowRef { ... /** * Closes window. * */ close(): void; }
npm, node, OS, Browser
<!-- Node version: v14.19.0 NPM version: 6.14.16 OS: macOS (Catalina) Browser: Chrome -->
Angular, Nebular
"@nebular/auth": "^8.0.0", "@nebular/eva-icons": "8.0.0", "@nebular/security": "8.0.0", "@nebular/theme": "8.0.0",
Updated to version 9.0.0 and resolved.
Issue type
I'm submitting a ... (check one with "x")
Issue description
Current behavior:
The close method of WindowRef is not accepting optional return value
Expected behavior:
According to documentations and example the close method should accept an optional return value.
Steps to reproduce:
Related code:
Sample usage in repository
Current declaration
Other information:
npm, node, OS, Browser
Angular, Nebular