https://github.com/angular/angular
Raw File
Tip revision: 427d2b27daa01e34c993d9db0e9930fbd27db38f authored by Ben Hong on 08 May 2024, 20:54:28 UTC
docs: fix visible code snippets in first-app tutorial
Tip revision: 427d2b2
index.ts
/**
 * @license
 * Copyright Google LLC All Rights Reserved.
 *
 * Use of this source code is governed by an MIT-style license that can be
 * found in the LICENSE file at https://angular.io/license
 */

export * from './src/public-api';
back to top