Long Giang

Results 5 comments of Long Giang

@yuezhizizhang Following the link below, https://netbasal.com/getting-to-know-the-ng-container-directive-in-angular-a97b7a33c8ea ``` is a logical container that can be used to group nodes but is not rendered in the DOM tree as a node. is...

@prawn9189 you need to save current language to **storage** such as **localStorage** or **cookie**, then get it back after page refresh.

After upgraded NodeJS from **v10.19.0** to **v10.20.1**, build process was back to normal.

When initializing textarea, ng-elastic add overflow: hidden style to it. Workaround is override this style, then feel free to set line height and max height by yourself.

Workaround for our project is trying to create custom script which generating hash based on content (**sha256** - same as **rollup**) and compare it with hash extracted from entry point...