angular-2

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...
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.
- Navigate to some example:
https://akveo.github.io/ng2-smart-table/#/examples/custom-editors-viewers - Click Demo source
- You get a 404 page.
The links are incorrect for all examples.
When using the app on mobile, the sidebar once opened doesn't close automatically. It should be closed when tapped outside the sidebar area.
-
Updated
Jun 3, 2020 - TypeScript
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
-
Updated
Apr 24, 2018
- Go to calendar control
- Open narrator and navigate to enable and disable date.
Actual:- Narrator is not announcing date because aria-label is missing on dates
Expected - it should announce state of date for disable person
-
Updated
Aug 20, 2018 - TypeScript
In PopupSettings the type of anchor property is ElementRef
, but HTMLElement
type is a working case too. I had some investigation on it and found that Kendo uses the following unwrap method in dom.service
:
public nativeElement(el: ElementRef): HTMLElement {
if (!el) { return null; }
retur
-
Updated
May 13, 2020 - TypeScript
-
Updated
Jun 5, 2020 - TypeScript
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
-
Updated
Apr 7, 2017 - TypeScript
In my application, the signalr gets disconnected after certain period of time. I don't see any documentation how to reconnect from client side.
please help if anyone know how to do it or please add this to documentation.
-
Updated
Mar 30, 2020 - TypeScript
-
Updated
Nov 5, 2017 - TypeScript
-
Updated
Jun 5, 2020 - TypeScript
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
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
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
Filter by regex
-
Updated
Apr 16, 2020 - TypeScript
What we have now
We have now script to deploy the project to "Github Pages":
npm run deploy-to-ghpages
See more at https://github.com/angular-schule/angular-cli-ghpages
What we need
What we need now is to be able to deploy only the last release (the last release tag).
For example, it would be nice to specify the commit hash to deploy, something like this:
`npm run deploy-to-ghpa
-
Updated
Sep 6, 2017 - TypeScript
-
Updated
Nov 22, 2016 - HTML
-
Updated
Aug 10, 2017
Limitations:
- don't use
moduleId
& component relative paths @Directive
requires@classModeJS
- generated metadata for method annotations incomplete
- companion objects for annotated classes
Created by Google
Released September 14, 2016
- Repository
- angular/angular
- Website
- angular.io
- Wikipedia
- Wikipedia
I didn't see any way to send this feedback from the website, so I'm posting here as an issue.
The installation docs lists the following clone url:
https://github.com/coreui/free-bootstrap-admin-template.git
when in fact it should be this repo's url:
<https://github.com/coreui/coreui-free-bootstrap-admin-template.g