Is @angular/core 2.4.9 angular 4.0?
NickName:Piyush Dhore Ask DateTime:2017-03-07T14:56:48

Is @angular/core 2.4.9 angular 4.0?

I am moving my project form angular 1.x to a complete re write in angular 2 but according to latest release I am using angular libraries @angular/core 2.4.9. But as angular 4 is released, is angular 2.4.9 angular 4 itself, or something else is happening. I would like to start with angular 4.

Copyright Notice:Content Author:「Piyush Dhore」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/42642078/is-angular-core-2-4-9-angular-4-0

More about “Is @angular/core 2.4.9 angular 4.0?” related questions

Is @angular/core 2.4.9 angular 4.0?

I am moving my project form angular 1.x to a complete re write in angular 2 but according to latest release I am using angular libraries @angular/core 2.4.9. But as angular 4 is released, is angula...

Show Detail

Angular 2.4.9 : @Types issues

I've got an issue when i run "npm start" : https://i.stack.imgur.com/FJ2DU.png It seems to be some @types error... My package.json : { "name": "g-dex", "version": "1.0

Show Detail

Angular 2.4.9- How to correctly downgrade to 2.4.8

I looked through everything and can't understand how to downgrade @angular/core to 2.4.8 I got install @angular/cli with version 1.0.0-rc.0 as 1.0.0-rc.1 is buggy. Now would like to downgrade the ...

Show Detail

Angular App does not build on Heroku

I have an angular 2 app which builds fine on my MAC. Here are the relevant versions: @angular/cli: 1.0.0-beta.30 node: 7.6.0 os: darwin x64 @angular/cli: 1.0.0-beta.30 @angular/common: 2.4.9 @angu...

Show Detail

after upgrading from @angular 2.4.9 to @angular 4.0.0 @angular/cli shows invalid error

After updating my packages from @angular 2.4.9 to @angular 4.0.0, npm ls --depth 0 shows @angular/[email protected] invalid followed update guide from https://angular-update-guide.firebaseapp.com/

Show Detail

Angular 2 Setup with Angular-CLI

I followed steps from angular.io to install angular-cli and create a base project. It fails to serve or build every time. I removed npm, node, all node dep. still nothing. Getting the same error us...

Show Detail

Adding prefix path to static files in Angular using angular-cli

I have an existing django project where I am serving static files over /static/ path. I am migrating a part of the application to angular2, to be specific mobile version of the site. Adding <b...

Show Detail

UNMET PEER DEPENDENCY angular2

Am using angular2 with angular-cli. I need to work with popups so am trying to install "ng2-opd-popup" module , i got those errors : +-- UNMET PEER DEPENDENCY @angular/[email protected] +-- UNMET PEER

Show Detail

Angular 2 Cannot find the '@angular/common/http' module

I am trying to import HttpRequest, HttpHandler, HttpEvent, HttpInterceptor using the following line : import { HttpRequest, HttpHandler, HttpEvent, HttpInterceptor } from @angular/common/http'; H...

Show Detail

Angular 2 Warning

Can anyone help me on how to get rid of these warnings? npm WARN [email protected] requires a peer of @angular/[email protected] but none was installed. npm WARN [email protected] requires a pe...

Show Detail