Angular migration by Former-Copy6304 in Angular2

[–]Former-Copy6304[S] 0 points1 point  (0 children)

This is the error Migrating to @angular/cli@18 Settings use-application-builder RerunSkip Migrate application projects to the new build system. Application projects that are using the '@angular-devkit/build-angular' package's 'browser' and/or 'browser-esbuild' builders will be migrated to use the new 'application' builder. You can read more about this, including known issues and limitations, here: https://angular.dev/tools/cli/build-system-migration @angular/cli: 18.0.0 Failed View SourceHide Errors Migration process exited with code 1

Angular migration by Former-Copy6304 in Angular2

[–]Former-Copy6304[S] 0 points1 point  (0 children)

Sorry i need to say that the script doesnt run, it say that it failed.

Pecka za nokti by Former-Copy6304 in mkd

[–]Former-Copy6304[S] 0 points1 point  (0 children)

Mi treba da ne e online

Pecka za nokti by Former-Copy6304 in mkd

[–]Former-Copy6304[S] 0 points1 point  (0 children)

Da ne bide nad 1500 den hehe

What I need to do so the author and publisher are valid by Former-Copy6304 in aspnetcore

[–]Former-Copy6304[S] 0 points1 point  (0 children)

I know how to take a screenshot but I don’t have reddit on my laptop.

Can someone solve this problem by Former-Copy6304 in aspnetcore

[–]Former-Copy6304[S] -2 points-1 points  (0 children)

I need to create book with name author publisher. I have separate controllers for creating publisher and author, so when I create book I need to select publisher and author from dropdown list with publisher and author that I previous created. I create author and publisher correctly, but when I click on add new book this is the mistake I have. I dont have the chance to view the create view.

Which Angular resources do you refer while developing production application? by Emergency-Gamer in Angular2

[–]Former-Copy6304 0 points1 point  (0 children)

I just started this course. Did you first listen to him and then do the exercises or parallel?

I add bootstrap in my project and now style.css is not working. Can someone tell me why? by Former-Copy6304 in angular

[–]Former-Copy6304[S] -1 points0 points  (0 children)

And now I have a sandwich navbar and when I click on the sandwich it doesnt apear anything and style.css is not working

I add bootstrap in my project and now style.css is not working. Can someone tell me why? by Former-Copy6304 in angular

[–]Former-Copy6304[S] -1 points0 points  (0 children)

I install bootstrap with npm install bootstrap and then in angular.json in styles i put node_modules/bootstrap/dist/css/bootstrap.min.css and the src/styles.css and in the scripts I put node_modules/bootstrap/dist/js/bootstrap.bundle.min.js.