We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e908663 commit 1ab1af1Copy full SHA for 1ab1af1
src/lib/core/ripple/ripple-renderer.ts
@@ -21,7 +21,7 @@ export type RippleConfig = {
21
centered?: boolean;
22
radius?: number;
23
speedFactor?: number;
24
-}
+};
25
26
/**
27
* Helper service that performs DOM manipulations. Not intended to be used outside this module.
0 commit comments