This repository has been archived by the owner. It is now read-only.
Permalink
Cannot retrieve contributors at this time
13 lines (13 sloc)
185 Bytes
| /** | |
| * Enum for the modules supported by the Overlay directive. | |
| * | |
| * @ngdoc enum | |
| * @readonly | |
| * @enum {string} | |
| * @name OverlayMode | |
| * | |
| */ | |
| export enum OverlayMode { | |
| light, | |
| dark | |
| } |