Skip to content
#

angular-2

angular logo

Released in 2016, Angular is a rewrite of AngularJS. It focuses on good mobile development, modularity, and improved dependency injection. Angular is designed to comprehensively address a developer's web application workflow.

Here are 361 public repositories matching this topic...

coreui-free-bootstrap-admin-template
Aubron
Aubron commented Apr 2, 2018

2.1 emphasizes the use of their new Component based methodology, with things like the <Query> and <Mutation> component. They've pushed for it to the point that it is quickly becoming difficult to find documentation for the 2.0 methods used in learnapollo.

A full update to 2.1 for apollo sections seems to be in order.

AlejandroFlorin
AlejandroFlorin commented Sep 13, 2019

The Getting Started document currently shows these import paths:

import {VgCoreModule} from 'videogular2/core';
import {VgControlsModule} from 'videogular2/controls';
import {VgOverlayPlayModule} from 'videogular2/overlay-play';
import {VgBufferingModule} from 'videogular2/buffering';

Those are no longer valid. I was able to compile with the following imports:

import { VgCoreModule } f

tja4472
tja4472 commented Sep 6, 2017

database.spec.ts

describe('unwrap & stringify', () => {
  it('primitive', () => {
    const key = '-KtMoWAYsEtB4qIcroCw';
    const value = 'some value';
    const expectedResult = '{"$value":"some value","$key":"-KtMoWAYsEtB4qIcroCw"}';

    const unwrappedValue = unwrap(key, value, () => true);
    const result = stringify(unwrappedValue);
    expect(result).toBe(expe
Helveg
Helveg commented Mar 2, 2020

The documentation guide doesn't explain how we can access the Open Layers API or whether that's possible/idiomatic for this package. Could you explain the basics of how we could translate and apply the OpenLayers documentation to this package?

What would for example the corresponding import be for:

import {fromLonLat} from 'ol/proj';
# Something like this?
# import { fromLonLat } from
thinker3197
thinker3197 commented Feb 24, 2017

Thanks for this great module. However, the build is failing because of the module.

Angular cli

> ng -v 

@angular/cli: 1.0.0-beta.30
node: 6.9.1
os: darwin x64
@angular/common: 2.4.6
@angular/compiler: 2.4.6
@angular/core: 2.4.6
@angular/forms: 2.4.6
@angular/http: 2.4.6
@angular/platform-browser: 2.4.6
@angular/platform-browser-dynamic: 2.4.6
@angular/router: 3.4.6
@ang
heybob
heybob commented Sep 9, 2019
Bug Report or Feature Request (mark with an x)
- [ ] Regression (a behavior that used to work and stopped working in a new release)
- [X ] Bug report -> please search issues before submitting
- [ ] Feature request
- [ ] Documentation issue or request

When I try build, I get this error. I'm using angular 7.1.2 and filter pipe 2.1.2

ERROR in ngx-filter-pipe/ngx-filter-p

Angular step by step tutorial covering from basic concepts of Angular Framework to building a complete Angular app using Angular Material components. We will go through the main building blocks of an Angular 7 application as well as the best practices for building a complete app with Angular.

  • Updated Apr 16, 2020
  • TypeScript

Created by Google

Released September 14, 2016

Repository
angular/angular
Website
angular.io
Wikipedia
Wikipedia

Related Topics

react vue
You can’t perform that action at this time.