Setup ngx-translate in angular
In angular typescript, we can use ngx-translate for i18n, and ngx-translate-extract for extracting keys to generate multiple language file. i…
In angular typescript, we can use ngx-translate for i18n, and ngx-translate-extract for extracting keys to generate multiple language file. i…
In angular typescript environment, the vscode editor is integrated by ngx-monaco-editor, for how to install ngx-monaco-editor on angular typescript environment,…
To intergrate vscode editor in angular 13 typescript and above, ngx monaco editor should be installed. The following steps described…
The default databuffer limit size in spring webflux is 262144(256K) bytes, and it is hardcode in Base class(BaseDefaultCodecs), When you…
As we know that go provides a type of map that allows us to store key-value pair data, but if…
In java, to convert json string or json object to yaml string, you can use jackson to do this in…
To Convert a unix timestamp to humman readable string, use new Date() with parameter * 1000, convert unix timestamp to…
In HyperKuber Web Project which is using angular 13 with ace editor for yaml/json display, an error occured in browser…
How do we determine whether a directory is empty or not for ext2 file system? first,let’s take a look at…