Yahoo Poland Wyszukiwanie w Internecie

Search results

  1. I'm using this @ngx-translate/core i18n service and it works fine in templates (.html) with this syntax: { {'my.i18n.key'|translate}} Now I want to translate something in my component typescript file (.ts) but I don't know how to use it. I can create translate object in my constructor:

  2. You can use following technique to dynamically load JS scripts and libraries on demand in your Angular project. script.store.ts will contain the path of the script either locally or on a remote server and a name that will be used to load the script dynamically.

  3. 1 wrz 2024 · Free tutorial: Set up Angular with ngx-translate, extract translations from code, switch translations at runtime, edit translation files. Covers Angular 17 and 18

  4. 24 mar 2023 · In Angular, services are classes that are used to organize and share code across your application. They're typically used to provide functionality that can be used by multiple components, like retrieving data from an API or handling user authentication.

  5. angular.io › guide › language-serviceAngular

    28 lut 2022 · The Angular Language Service provides code editors with a way to get completions, errors, hints, and navigation inside Angular templates. It works with external templates in separate HTML files, and also with in-line templates.

  6. 24 sie 2022 · Do you need to embed a third party application in your Angular application, but the third party only provides a script tag integration? How do you get the script to execute and render only...

  7. 9 lut 2022 · The Angular Compiler (which we call ngc) is the tool used to compile Angular applications and libraries. ngc is built on the TypeScript compiler (called tsc ) and extends the process of compiling TypeScript code to add additional code generation related to Angular’s capabilities.

  1. Ludzie szukają również