Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
トラック Angularを使ったフロントエンド開発 - 修了証付きオンライン学習
Angularを使ったフロントエンド開発
Angularを使ったフロントエンド開発
Beginner
5.0
8 reviews
22 Learners
この初心者向けトラックは、Angular を使用した最新のフロントエンド開発に必要なコアスキルを段階的に案内します。基礎から始めて、HTML でウェブページの構造を作成し、CSS でスタイルを適用し、TypeScript を使って型安全なロジックを追加し、最終的には Angular で動的かつスケー…
159
Chapters
16
Learning hours
199
Assignments
AI Assistant
Shareable Certificate
成果
成果
Track content
Related courses and projects
推薦の声
特徴
価格
成果
成果
Track content
Related courses and projects
推薦の声
特徴
価格

学習内容

Build well-structured web pages using HTML
Apply OOP principles and modern TypeScript patterns in real projects
Apply best practices for frontend web development
Style and layout web content with CSS
Understand the fundamentals of Angular and its core architecture
Structure and organize large-scale Angular projects
Use TypeScript to write robust, type-safe code
Develop dynamic, interactive single-page applications with Angular
Follow real-world frontend development standards and patterns
Learning track content
Why HTML Matters in Web Development
Basic Structure of an HTML Document
Understanding Tags, Elements, and Attributes
HTML Document Structure Explained
Challenge: Structure an HTML Document
Using Headings and Paragraphs in HTML
Challenge: Master Text Markup
Enhancing Text and Interactivity in HTML
Working with Links
Using Buttons
Challenge: Apply Special Text Markup
Creating and Using Lists in HTML
Challenge: Structure Content with Lists
Working with Images in HTML
Challenge: Insert Images
Embedding Audio Files in HTML
Challenge: Use Audio Elements
Integrating Video into Web Pages
Challenge: Use Video Elements
Creating and Structuring HTML Tables
Challenge: Work with Tables
Building HTML Forms
Challenge: Build a Web Form
Using Form Inputs
Labeling Form Inputs
Challenge: Apply Form Inputs and Labels
HTML Input Attributes for Enhanced Functionality
Understanding and Using Semantic HTML
Exploring Semantic Elements in HTML
Challenge: Implement Semantic Elements
Building a Complete Website with HTML
What Is CSS and Why Is It Important?
Linking CSS to an HTML Document
Mastering CSS Selectors for Styling HTML Elements
Challenge: Apply Your First CSS Styles
Challenge: Style with Class Selectors
Enhancing Styles with User Action Pseudo-Classes
Challenge: Apply User Action Pseudo-Classes
Changing Text Colors in CSS
Optimizing Workflow for Efficient CSS Coding
Challenge: Use Variables for Better CSS Management
Mastering Text Styling in CSS
Text Formatting Techniques for Readability
Challenge: Format Text with CSS
Adding Custom Fonts to a Web Page
Understanding and Using Font Properties
Challenge: Explore Font Properties
What Is the CSS Box Model?
Understanding Box Sizing in CSS
Adding Space with Margins and Padding
Challenge: Apply Box Sizing to Elements
Using Structural and Functional Pseudo-Classes
Challenge: Practice Structural Pseudo-Classes
Understanding Block, Inline, and Inline-Block Elements
Working with Block-Level Elements
Working with Inline Elements
Challenge: Predict Page Layout with Different Element Types
What Is Flexbox and Why Use It?
Setting the Flex Direction for Layouts
Justifying Content Horizontally in Flexbox
Aligning Items Vertically in Flexbox
Understanding Flex Item Properties
Challenge: Apply Flexbox Concepts
Challenge: Build a Layout with Flexbox
Using Background Colors for Design
Applying Background Images to Elements
Working with Images in CSS
Creating Effects with Decorative Pseudo-Elements
Adding Shadows for Depth and Style
Challenge: Implement Decorative Effects in CSS
What Is Angular?
The Evolution and Stability of Angular
Key Principles of the Framework
Environment Setup
Getting Started with Angular CLI
Angular Project Structure
What Is a Component?
The Main Component in Angular
Creating a Component
Types of Data Binding in Angular
Component and Template Interaction in Angular
Communication Between Components in Angular
Introduction to Directives in Angular
Structural Directives in Angular
Attribute Directives in Angular
Creating Custom Directives in Angular
Introduction to Pipes
Creating a Custom Pipe in Angular
Introduction to Angular Services
Creating a Custom Service in Angular
Service Injection into a Component
Adding Functionality to Our Application
Saving Data to Local Storage in Angular
Introduction to Modules in Angular
Modular Architecture in Angular
Transition to Standalone Components
How Standalone Components Work in Angular
Routing Basics in Angular
Implementing the TaskDetailsComponent
Setting Up Routing in Angular
Component Communication and Navigation
Handling Non-Existent Routes in Angular
あなたのテックスキルを強化!
最大55%オフで
Features:
*Tracks not included in Pro plan
500+ 人気コース最先端のAIコパイロット
パーソナライズされた学習トラック40+ 実践的なプロジェクト
選択された割引イントロプランが終了する前にキャンセルしない場合、Codefinityが自動的に課金することを承認します $104 3か月ごと キャンセルするまで。キャンセルおよび返金ポリシーの詳細は、 定期購読の条件.
Recommended Courses and Projects

コース

究極のHTML

究極のHTML

HTMLの基本を学びましょう。HTMLはすべてのウェブサイトの基盤です。タグや属性を使ってコンテンツを構造化し、明確なドキュメントレイアウトを構築し、画像、リンク、テーブルを追加します。入力やインタラクションを取得するためのアクセシブルでユーザーフレンドリーなフォームを作成します。ベストプラクティスに従いながら、構造化され機能的なウェブページの作成を実践します。HTMLを習得してウェブ開発の第一歩を踏み出しましょう。

コース

CSSの基礎

CSSの基礎

ウェブページの外観と雰囲気を変えるスタイリング言語であるCSSの基本を習得します。テキストスタイル、色、間隔、ボックスモデル、Flexbox、装飾効果などのコアコンセプトを探求します。視覚的に魅力的で構造化されたウェブページを作成するスキルを身につけます。

コース

HTMLの基本

HTMLの基本

HTMLの基本を習得し、構造化され、アクセシブルなウェブコンテンツを作成します。タグ、要素、属性を使用してドキュメントを構造化する方法を学びます。テキスト、リスト、画像、音声、動画を自在に扱い、ウェブページを充実させます。整理されたデータのためのテーブルや、ユーザー入力・インタラクションのためのフォームを作成します。アクセシビリティを高めるセマンティックHTMLを理解し、基礎から完全で機能的なウェブサイト構造を構築します。

コース

Introduction to TypeScript

Introduction to TypeScript

This course is designed for absolute beginners who want to master the basics of the TypeScript programming language. TypeScript is a modern and powerful language that extends the capabilities of JavaScript, making your code more reliable and readable. We will start from the very basics, covering variables, data types, comparison operators, and conditional statements. Then, we will delve into working with arrays and loops. Upon completing this course, you will be ready to create simple programs in TypeScript and continue your learning journey into more advanced topics.

コース

CSS Layout, Effects, and Sass

CSS Layout, Effects, and Sass

Level up your styling skills by mastering advanced CSS techniques for modern web design. Position and manage elements with precision using advanced positioning strategies. Create smooth transitions and engaging animations to enhance user experience. Transform and manipulate elements for dynamic visual effects. Build responsive designs that adapt across devices and learn to streamline your workflow with CSS preprocessors like Sass.

コース

TypeScript Foundations

TypeScript Foundations

Master the essentials of TypeScript and understand how it enhances JavaScript with static typing and modern development features. Build a strong foundation through practical examples, from working with core types to applying advanced type tools. Gain the confidence to write safer, cleaner, and more scalable code in any TypeScript project.

コース

Introduction to Angular

Introduction to Angular

Discover how to build modern web applications using Angular, one of the most powerful frontend frameworks. You'll start with the core concepts, set up your development environment, and gradually move on to building dynamic, interactive components. Along the way, you'll work with directives, services, routing, and the latest approach with Standalone Components. With each step, you'll gain practical skills to confidently develop and organize Angular applications following industry best practices.

コース

CSS Foundations

CSS Foundations

Build a solid foundation in CSS and understand how styles shape the appearance of every webpage. Write and apply rules, target elements with selectors, and master the cascade and box model to create clean, organized designs. Gain the essential skills every web developer needs to style web content with precision and confidence.

コース

Working with Interfaces and Generics in TypeScript

Working with Interfaces and Generics in TypeScript

A practical course on mastering interfaces and generics in TypeScript. Learn how to design robust type systems that make your code safer, cleaner, and easier to scale. From defining interfaces to building reusable generic patterns, this course provides a complete foundation for writing modern, type-safe applications.

コース

HTML Forms Foundations

HTML Forms Foundations

An introduction to creating well-structured and accessible HTML forms. Explore fundamental form elements, validation techniques, and best practices for ensuring accessibility. Learn how to design forms that are both functional and user-friendly, as they are essential components of any interactive website.

コース

TypeScript Functions and Parameters

TypeScript Functions and Parameters

Explore how TypeScript enhances function design with precise typing and advanced parameter control. Work with explicit and inferred return types, handle complex parameter setups, and define overloads for flexible function behavior. Understand how this works in different contexts and write functions that are both safe and expressive in modern TypeScript projects.

コース

TypeScript for JavaScript Developers

TypeScript for JavaScript Developers

Transition from JavaScript to TypeScript with practical, hands-on guidance. Compare syntax and workflows, migrate existing codebases safely, and use TypeScript's advanced typing system to create scalable, maintainable applications. Build confidence writing modern, type-safe JavaScript for real-world development.

なぜ人々はCodefinityを選ぶのか

Kwizera Mugisha

Web Developer

Kwizera Mugisha

linkedIn

The teaching methodology at Codefinity is excellent, and I particularly appreciate how it has prepared me to handle real-world coding problems. Currently, I am delving into Node.js and eagerly anticipate building full-stack projects that integrate all the knowledge I have gained.

Sherry Barnes-Fox

Senior Business Analyst

Sherry Barnes-Fox

linkedIn

My first course was 4 hours, I did it in a few days, "nugget-style". The instructions are very clear and easy to understand. There is even a hint to help you get the answer. I love the learning style that is used, it engages me.

Bill Wagner

Accounts Payable Specialist

Bill Wagner

linkedIn

I have really liked the browser-based lessons that allow me to code within the lesson. The RUN button allows me to test the code I write before submitting for a grade.

Daniel Chinea

IT Support Specialist

Daniel Chinea

linkedIn

I have gained a lot of practical and logical thinking skills, along with patience for myself and confidence in myself that I can learn programming. Years ago, I would have never thought that I could learn programming in any way, shape or form, and I was able to obtain these certifications and skills with Codefinity.

Steve Bruening

Technology Project Manager

Steve Bruening

linkedIn

The learning was progressive and made it easy to follow along and make progress. I could feel my skills increasing and building on each other as the course went along.

Stephanie Chan

Project Manager

Stephanie Chan

linkedIn

As I went through the first course of the Python track, I liked the way the course was lay out (in easy and digestible modules) with little exercises at the end of each concept.

Step-by-Step to Stellar Results
インタラクティブなコーディング環境

インタラクティブな環境に飛び込み、リアルタイムのフィードバックと成果指標を活用してコードを書き、実行しながら一歩ずつ学んでいきましょう。

AI搭載のサポート

内蔵のAIアシスタントを活用してエラーの説明、修正案の提示、あるいはコードに関するあらゆる質問に答え、生産性を保ち、詰まることなく作業を進めましょう。

Check your progress

各モジュールの締めくくりとしてクイッククイズを実施し、即時フィードバックを受け、進捗を確認し、主要な概念を確実に習得できたかチェックしましょう。

Promote your expertise

修了後に業界で認められた証明書を取得し、ワンクリックでLinkedInに共有して、あなたの実力を周囲に示しましょう。

大手企業の従業員に信頼されています
そしてトップ大学の学生にも

Google
Intel
Twitter
FedEx
Meta
Nike
Amazon
Microsoft
Tesla
Google
Intel
Twitter
FedEx
Meta
Nike
Amazon
Microsoft
Tesla
florida
illinois
colorado
indiana
new-york
cornell
columbia
notre-dame
florida
illinois
colorado
indiana
florida
illinois
colorado
indiana
new-york
cornell
columbia
notre-dame
florida
illinois
colorado
indiana

カタログ全体へのアクセス

サブスクリプション1つで、このコースとプロジェクトやスキルの全カタログにアクセス可能です。
Features:
500+ 人気コース最先端のAIコパイロット
パーソナライズされた学習トラック40+ 実践的なプロジェクト
選択された割引イントロプランが終了する前にキャンセルしない場合、Codefinityが自動的に課金することを承認します $104 3か月ごと キャンセルするまで。キャンセルおよび返金ポリシーの詳細は、 定期購読の条件.

安心してCodefinityを試してみてください – 30日間の返金保証付き

Codefinityへの歓迎として、最大 64%オフでコースをご提供します。 さらに、 30日間の返金保証, でリスクなしでお試しいただけます。私たちはあなたをプラットフォームにお迎えできることを心から楽しみにしており、学習体験を簡単でインタラクティブ、かつ楽しいものにすることをお約束します。
Shield Image
Ready to get started?
Pro
Best intro offer
Ultimate
A complete experience
to kickstart your career
500+ Top-Rated courses
yes
yes
Completion certificates
yes
yes
Early access to new courses
yes
yes
40+ hands-on Real-world projects
no
yes
Personalized study tracks
no
yes
Unlimited workspaces
no
yes

すぐにアクセスできる 500+ コース

無制限の学習、即時アクセス
無制限の学習、即時アクセスビデオコンテンツ、クイズ、詳細な教材を含むすべてのコースとトラックに完全にアクセスでき、いつでも学習を始められます。
業界で認められた証明書
業界で認められた証明書あなたの専門性を証明する証明書を取得し、テック、AI、データ、マーケティングなどの分野でキャリアを向上させましょう。
AI支援学習
AI支援学習パーソナライズされたヒント、リアルタイムフィードバック、AIによる説明であなたの進歩を加速させましょう。
絶えず拡大中:新しいコースとキャリアトラック
絶えず拡大中:新しいコースとキャリアトラック常に更新されるコース、キャリアロードマップ、チャレンジ、実践的な模擬試験で、一歩先を行きましょう。
重要なスキルを磨く
重要なスキルを磨くAI、データサイエンス、プログラミング、マーケティング、自動化、ウェブ開発など、需要の高いスキルを学びマスターしましょう。
インタラクティブでシームレスな学習
インタラクティブでシームレスな学習実践的なプロジェクト、実世界の演習、直感的な学習体験に取り組み、追加のツールは不要です。
何か問題が発生したようで申し訳ありません。何が起こりましたか?
some-alt