I have created a component to create posts, I want to make this routerLink an absolute path from app.routing, knowing that I have used this component with lazy loading
<a routerLink="/post/create" class="btn btn-success"><i class="fa fa-plus-square" aria-hidden="true"></i></a>