-
Hi,
I'm curious about `ts_library` build performance and what is normal/acceptable and what isn't. Having converted our company monorepo to `ts_library` targets (actually `ts_library` that uses the…
-
Hi there, [this](https://github.com/pjpscriv/angular-fundamentals) is my repo and I've successfully deployed it to https://pjpscriv.github.io/angular-fundamentals/ (Thanks for building such a handy to…
-
#### Bug, feature request, or proposal:
I Just Upgraded `@angular/material` from 2.0.0-beta.8 to 5.1.0
Now i am getting tons of error on build
Also my app with 2.0.0-beta.8 version of angul…
ghost updated
3 years ago
-
## I'm submitting a...
[ ] Regression (a behavior that used to work and stopped working in a new release)
[x] Bug report
[ ] Performance issue
[ ] Feature request
[ ] Documentation issue or…
-
**Describe the bug**
I'm building an angular app and when I run the production build, amplify modules doesn't work.
![image](https://user-images.githubusercontent.com/5452613/92592382-28bb1c00-f2a…
-
when I tried **npm run dev** in the cms-server folder the data in node_modules -> @anguar-cms/API got erased and that's why it is giving me the error. How to resolve it. can you guide me?
-
I have implemented the owl carousel code as below as per the angular 9 guidelines.
`
`
Everything renders fine but when i click, drag or even autoplay the slides it …
-
**Angular DevTools version (required)**: 1.0.0
**Angular version (required):** 12.0.0
**Link to a minimal stackblitz reproduction (strongly encouraged):**
_Description of issue:_ My applicati…
-
I tried to implement server side angular way with responsive extension. I followed all the steps given in example at [Responsive Extension](https://l-lin.github.io/angular-datatables/#/extensions/resp…
-
```ts
@Component({
templateUrl: `
`
})
export class AppComponent {
bind1: string;
bind2: string;
}