incorrect 'angular2/angular2' import in cheatsheet · Issue #615 · angular/angular.io · GitHub
Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

incorrect 'angular2/angular2' import in cheatsheet #615

Description

@khronic

Problem on page - https://angular.io/cheatsheet

Under the "bootstrap" section:
import {bootstrap} from 'angular2/angular2';
Should be:
import {bootstrap} from 'angular2/platform/browser';

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions