We will be sunsetting Advisor during Jan, 2026 and will instead be providing information in Snyk Security DB.

You can begin to take advantage of Snyk Security DB today for a unified, package-centric experience.

How to use the @singleton-i18n/angular-client.PatternCategories.DATE function in @singleton-i18n/angular-client

To help you get started, we’ve selected a few @singleton-i18n/angular-client examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github vmware / singleton / sample / src / app / app.module.ts View on Github external
return () => service.initData({
        productID: 'SingletonSample',
        component: 'default',
        version: '1.0.0',
        i18nScope: [
            PatternCategories.DATE,
            PatternCategories.NUMBER,
            PatternCategories.CURRENCIES
        ],
        host: 'http://localhost:8091/',
        isPseudo: false,
        collectSource: false,
        sourceBundle: ENGLISH,
        timeout: 5000
    });
}