Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(examples): update angular_bazel_architect to version 11 #2495

Merged

Conversation

alan-agius4
Copy link
Contributor

No description provided.

@google-cla google-cla bot added the cla: yes label Mar 2, 2021
@alan-agius4 alan-agius4 force-pushed the update-angular_bazel_architect-v11 branch from dc600cc to 5a5b04d Compare March 2, 2021 18:27
@alan-agius4 alan-agius4 changed the title Update angular bazel architect v11 feat(examples): update angular_bazel_architect to version 11 Mar 2, 2021
@alan-agius4 alan-agius4 force-pushed the update-angular_bazel_architect-v11 branch 3 times, most recently from 8c9e6aa to fc6a31c Compare March 2, 2021 18:34
@google-cla google-cla bot added cla: no and removed cla: yes labels Mar 2, 2021
@bazel-contrib bazel-contrib deleted a comment from google-cla bot Mar 2, 2021
@alan-agius4 alan-agius4 force-pushed the update-angular_bazel_architect-v11 branch from fc6a31c to 588e9da Compare March 2, 2021 18:35
@google-cla google-cla bot added cla: yes and removed cla: no labels Mar 2, 2021
@bazel-contrib bazel-contrib deleted a comment from google-cla bot Mar 2, 2021
@alan-agius4 alan-agius4 force-pushed the update-angular_bazel_architect-v11 branch 2 times, most recently from 3a9de8d to ad615d3 Compare March 2, 2021 18:56
@alan-agius4 alan-agius4 closed this Mar 2, 2021
@alan-agius4 alan-agius4 force-pushed the update-angular_bazel_architect-v11 branch from ad615d3 to 40f5dd3 Compare March 2, 2021 19:02
@alan-agius4 alan-agius4 reopened this Mar 2, 2021
@alan-agius4 alan-agius4 force-pushed the update-angular_bazel_architect-v11 branch from 03d6c00 to ea294bd Compare March 2, 2021 19:13
@alan-agius4 alan-agius4 force-pushed the update-angular_bazel_architect-v11 branch from ea294bd to 61c9169 Compare March 2, 2021 19:24
Copy link
Collaborator

@mattem mattem left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome 🚀 Reminds me we should update the other Angular example too

@mattem mattem merged commit b8a4dcd into bazel-contrib:stable Mar 4, 2021
@alan-agius4 alan-agius4 deleted the update-angular_bazel_architect-v11 branch March 4, 2021 14:00
@alan-agius4
Copy link
Contributor Author

Yeah, If I find sometime I'll try to do them in the coming days.

@@ -4,5 +4,5 @@ import {RouterModule, Routes} from '@angular/router';

const routes: Routes = [];

@NgModule({imports: [RouterModule.forRoot(routes)], exports: [RouterModule]})
@NgModule({imports: [RouterModule.forRoot(routes, { relativeLinkResolution: 'legacy' })], exports: [RouterModule]})
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this should be reverted as there are no routes affected by the related bug IMO.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@saxicek, agreed. Mind opening a PR? thanks.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, opened #2530.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants