Skip to content

TypeScript code snippet – How to navigate without realoding angular?

import { Location } from '@angular/common';

constructor(private location: Location) { }

this.location.replaceState('/profile');
See also  Java code snippet - android How to add permission to manifest?

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.