-
Updated
Jun 22, 2020 - JavaScript
typescript-library
Here are 495 public repositories matching this topic...
-
Updated
Jun 14, 2020 - JavaScript
-
Updated
Jun 18, 2020 - TypeScript
-
Updated
Jun 29, 2020 - TypeScript
In https://gitbrent.github.io/PptxGenJS/docs/api-charts.html, it currently says:
object with properties size (pt), color and style ('solid', 'dash' or 'dot') or 'none' to hide
should be:
object with properties size (pt), color and style ('solid', 'dash' or 'dot' or 'none' to hide)
Thank you for all the hard work with V3
-
Updated
Jun 29, 2020 - TypeScript
-
Updated
Jun 8, 2020 - TypeScript
-
Updated
Jun 26, 2020 - JavaScript
Generate Dash docset
It'd be great if we could generate a Dash docset for this – I make heavy use of Dash myself, and would love this. (I've taken a stab at it once a long time ago, but got stuck and gave up as other things were more pressing.)
export interface GetOptions {
/**
* Describes whether we should get from server or cache.
*
* Setting to `default` (or not setting at all), causes Firestore to try to
* retrieve an up-to-date (server-retrieved) snapshot, but fall back to
* returning cached data if the server can't be reached.
*
* Setting to `server` causes Firestore to avoid th
Feature request
Use case(s)
we are not updating tslint.json in existing project. Currently migrate script just echoes that nothing was updated, because it does no-op. This should be fixed/implemented. All we need to do is to find out how to properly merge .jsonc
files ( json files with comments )
-
Updated
Jun 30, 2020 - TypeScript
-
Updated
Jun 26, 2019 - C#
-
Updated
Jun 29, 2020 - TypeScript
-
Updated
Jan 5, 2020 - TypeScript
-
Updated
Jun 16, 2020 - TypeScript
It seems I can only have one. I have virtual tabs where each of the sub-doms are hidden.
Only the first EditorJs shows.
-
Updated
Nov 7, 2018 - TypeScript
-
Updated
May 22, 2020 - TypeScript
-
Updated
Jun 2, 2020 - TypeScript
-
Updated
Mar 17, 2018 - TypeScript
-
Updated
May 15, 2020 - TypeScript
-
Updated
Mar 20, 2020 - TypeScript
-
Updated
Jun 4, 2020 - TypeScript
-
Updated
May 29, 2020 - TypeScript
-
Updated
Feb 11, 2019 - TypeScript
Docs & Examples
As @peterennis and I've said, we have some points to discuss and improve docs, examples, etc.:
-
D3-Stencil as a component in tests apps. (Angular, React, Vue, HTML?).
Documentation of the process and add details to the website.
This becomes a working example of Stencil integration for others to reference. -
Write a Medium post?
-
Blog release?
-
Newsletter info for Ionic?
etc.
-
Updated
Nov 26, 2019 - TypeScript
-
Updated
Jun 27, 2020 - TypeScript
Improve this page
Add a description, image, and links to the typescript-library topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the typescript-library topic, visit your repo's landing page and select "manage topics."
AOT build under Angular 9 with
angularCompilerOptions.strictTemplates: true
intsconfig.app.json
generateserror TS2741: Property 'options' is missing in type 'ITreeOptions' but required in type 'TreeOptions'
because the@Input options
is incorrectly typed asTreeOptions
in the code, req