| Dec | JAN | Feb |
| 24 | ||
| 2021 | 2022 | 2023 |
COLLECTED BY
Collection: github.com
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.
someNewAsyncAPI
export class AppComponent implements OnInit {
constructor(private ngZone: NgZone) {}
ngOnInit() {
// New async API is not handled by Zone, so you need to
// use ngZone.run() to make the asynchronous operation in the Angular zone
// and trigger change
Read more
comp: docs
help wanted
good first issue
Open
transform styles (see storybookjs/storybook#12845) - unfortunately this breaks positioning on elements that require position: fixed when in the "Docs" view.
Normally a position: fixed element's position would correspond to the viewport but in Firefox it corresponds to the element with the transform style.
Read more
bug
good first issue
help wanted
compatibility with other tools
Open
"xlsx": "^0.17.4".
Read more
good first issue
Open
x)
tns info in your project folder or by inspecting the package.json of the project):
●CLI: 6.2.2
●Cross-platform modules: 6.0.1
●Android Runtime: 6.2.0
●iOS Runtime: 6.2.0
●Plugin(s): unrelated
Describe the bug
openFile method of utils module does not preview the
Read more
os: ios
good first issue
enhancement
Open