Deyvid Franklin

Results 8 comments of Deyvid Franklin

Did you try using the 'emojify' method? Here is a simple example: ``` const emoji = require('node-emoji'); const coffeeEmojiUnicode = "\u003a\u0063\u006f\u0066\u0066\u0065\u0065\u003a"; const coffeeEmojiMarkdown = ":coffee:"; const inputText = `\n The...

What do you think of the implementation? You could help me with the more succinct method name. ``` const emoji = require("node-emoji"); /** * regex to parse emoji in a...

Did not they think about the possibility of doing a pull-request with the implementation of compatibility with the "angular@^6"? It would help by giving continuity to the project and to...

I do not understand why instead of trying to contribute to the current project by correcting the problems the developers create a project rewriting.

@gravypower There are several requests for correction, and due to abandonment, for each problem, new repositories are created from this. Anyway, I also appreciate your contribution. I definitely need something...

Why do not you give us an impression of your example? Maybe there's something wrong. Step 1 - BrowserAnimationsModule and BusyModule Declared? Step 2 - Annotation of properly used directive...

A simple solution would be to create a css class for full screen layer; ``` .ng-busy--fullscreen .ng-busy{ position:fixed!important; /* !important it is necessary to replace the original value. */ top:...

Unfortunately I also have the same problem. Below is the version I currently use: "angular/animations": "^5.2.0", "angular/common": "^5.2.0", "angular/compiler": "^5.2.0", "angular/core": "^5.2.0", "angular/forms": "^5.2.0", "angular/http": "^5.2.0", "angular/platform-browser": "^5.2.0", "angular/platform-browser-dynamic": "^5.2.0",...