fonlow

Results 53 comments of fonlow

I understand the design purpose of those environment files defined in .angular-cli.json are for the same app in different environments: testing, staging and production. However, we also need to have...

Thanks @intellix. Your solution is working really well, since I want features toggle before the first line of the app codes is running, while loading config.json is not reliable because...

I think the feature asked had been implemented, though not as abstract as some would expect. Here's the codes that should work: ```js navigator.clipboard.readText().then( s => { this.htmlEditorService.insertHtml(s); } );...

This may be related to the other issue for customizable toolbar which may enable looser coupling with frontawesome and bootstrap.

Running `npm i --force` seems to resolve the issue, as a kind of workaround. I had played the editor a little, things seem to be OK. I use: NG 13.1.1...

Some other HTML editors use various ways to sanitize. TinyMCE would rip off most styling. Blogger.com rip off a basic amount as Angular does, and contain the content in iFrame....

Yes, This one is shown in an Angular Material Design dialog. ![Schema](https://user-images.githubusercontent.com/8484970/57813424-63479e00-77b3-11e9-9fc3-6e6a6e7a6dc1.png) Apparently the naughty styling does not exceed the boundary of the dialog. As you could inspect the elements...

Although technically I could do something inside class Poco2CsGen, however, probably not so worthy since .NET Framework will be fade out. Adding extra check before adding type reference is not...

also mention Sandcastle for .net client api http://usejsdoc.org for jq client api

check this [Produces("application/json")] on controller.