You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @Izrab,
currently, it is not possible to use it as vanilla js,
but there is a plan for the future to prepare l10n.service for usage on
projects with vanilla js.
@Izrab if you want to use just L10nService,
you could do something like this
import { L10nService, ... } from '@iplab/ngx-l10n';
const service = new L10nService(
new L10nBaseErrorHandler(),
new L10nBaseLoader(),
new L10nBaseStorage(),
new L10nBaseParser(),
new L10nBaseFormatter(...),
new L10nConfig()
)
Can I use this plugin for a Vanilla JS core/xml NS apps?
Where are documentations?
The text was updated successfully, but these errors were encountered: