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 45528ac commit 9b67207Copy full SHA for 9b67207
MODULE.md
@@ -319,6 +319,28 @@
319
invoke :: forall e r a b c. a -> Maybe { | b } -> Maybe { | c } -> Injector -> InjEff e r
320
321
322
+## Module Angular.Interpolate
323
+
324
+### Types
325
326
+ type Expression a = { | a } -> String
327
328
+ data Interpolate :: *
329
330
+ type InterpolateEff e a = Eff (nginterpolate :: NgInterpolate | e) a
331
332
+ data NgInterpolate :: !
333
334
335
+### Values
336
337
+ endSymbol :: Interpolate -> String
338
339
+ interpolate :: forall e a. String -> Maybe Boolean -> Maybe String -> Interpolate -> InterpolateEff e (Expression a)
340
341
+ startSymbol :: Interpolate -> String
342
343
344
## Module Angular.Interval
345
346
### Types
0 commit comments