mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #8473 from 4tron/patch-2
Update angular-material.d.ts
This commit is contained in:
+1
@@ -139,6 +139,7 @@ declare module angular.material {
|
||||
interface IToastOptions {
|
||||
templateUrl?: string;
|
||||
template?: string;
|
||||
autoWrap?:boolean;
|
||||
scope?: angular.IScope; // default: new child scope
|
||||
preserveScope?: boolean; // default: false
|
||||
hideDelay?: number; // default (ms): 3000
|
||||
|
||||
Reference in New Issue
Block a user