ng2-translate on Angular 2.0.0 with Angular CLI
See original GitHub issueI’m submitting a Question
[ ] bug report => check the FAQ and search github for a similar issue or PR before submitting
[ ] support request => check the FAQ and search github for a similar issue before submitting
[ x] feature request
Current behavior Not working with latest version of Angular CLI 1.0.0-beta.16
- ng2-translate version: 2.5.0
- Angular version: 2.0.1
- Browser: [all]
- Language: [all]
Issue Analytics
- State:
- Created 7 years ago
- Comments:23
Top Results From Across the Web
npm ERR! peer dep missing: @angular/core@^2.0.0, required ...
That's obvious, you are using Angular 5, while ng2-translate was an old library built for Angular 2.
Read more >angular-l10n - npm
An Angular library to translate messages, dates and numbers. This library is for localization of Angular 2+ apps written in TypeScript, ES6 or ......
Read more >Can't install ng2-translate in my ionic 2 project (using ionic ...
I upgraded angular/core, @angular/http to 2.0.0-rc.5 but after that i got error integration with ionic-angular@2.0.0-beta.11, because needs rc.4 ...
Read more >Angular versioning and releases
As of Angular version 7, the major versions of Angular core and the CLI are aligned. This means that in order to use...
Read more >ng2-translate - UNPKG
2, "name": "ng2-translate",. 3, "description": "An implementation of angular translate for Angular 2",. 4, "scripts": {. 5, "test": "tsc && karma start",.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think I found the problem. Once I moved my i18n folder under src, everything worked.
Thanks.