@amirsavand/ngx-common - v5.1.0
    Preparing search index...

    Interface RouterLink

    interface RouterLink {
        active?: string;
        exact?: boolean;
        params?: Params;
        path: (undefined | null | string | number)[];
    }
    Index

    Properties

    active?: string
    exact?: boolean
    params?: Params
    path: (undefined | null | string | number)[]